Information about plays

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

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

{
    "id": 1282445,
    "uri": "https://api.kexp.org/v2/plays/1282445/?format=api",
    "airdate": "2007-09-23T00:41:41-07:00",
    "show": 22441,
    "show_uri": "https://api.kexp.org/v2/shows/22441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510YQEHkZHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510YQEHkZHL._SL75_.jpg",
    "song": "Bad Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Lyrics Born",
    "artist_ids": [
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "Later That Day...",
    "release_id": "68605df8-b84c-41b2-a17d-cac8e643100c",
    "release_group_id": null,
    "labels": [
        "Quannum Projects"
    ],
    "label_ids": [
        "650ccc99-f851-4966-9b63-137b9d84926c"
    ],
    "release_date": "2003-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}