Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1355711/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1355711,
    "uri": "https://api.kexp.org/v2/plays/1355711/?format=api",
    "airdate": "2008-03-29T10:14:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WUu-7FEPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WUu-7FEPL._SL75_.jpg",
    "song": "Mosiah Garvey",
    "track_id": "f491ec0e-d26d-487b-9287-1083073e6794",
    "recording_id": null,
    "artist": "Big Youth ",
    "artist_ids": [
        "6e4cbcf5-1b18-4719-98c2-7a2c9eccaa6d"
    ],
    "album": "Jack Ruby Presents the Black Foundation",
    "release_id": "3dddbcca-317f-4e6b-ac57-8f2f4ff81951",
    "release_group_id": null,
    "labels": [
        "\""
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}