Information about plays

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

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

{
    "id": 415285,
    "uri": "https://api.kexp.org/v2/plays/415285/?format=api",
    "airdate": "2001-04-16T11:14:07-07:00",
    "show": 6929,
    "show_uri": "https://api.kexp.org/v2/shows/6929/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416AS9XNBFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416AS9XNBFL._SL75_.jpg",
    "song": "Red Setter",
    "track_id": "e593d45a-24fc-4597-9415-2d561c75ae2b",
    "recording_id": null,
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Interlude",
    "release_id": "ffdf7ba8-19a7-408b-9bb5-c1447517bc54",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-03-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}