Information about plays

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

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

{
    "id": 448962,
    "uri": "https://api.kexp.org/v2/plays/448962/?format=api",
    "airdate": "2001-07-26T05:45:52-07:00",
    "show": 7589,
    "show_uri": "https://api.kexp.org/v2/shows/7589/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/315GEYW48PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/315GEYW48PL._SL75_.jpg",
    "song": "Almost Blue",
    "track_id": "442428a3-553a-4f1e-a2e3-bcdb17f7af1b",
    "recording_id": null,
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Imperial Bedroom",
    "release_id": "51be2845-9f86-4746-9e10-a9c769ee52e0",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}