Information about plays

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

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

{
    "id": 1275520,
    "uri": "https://api.kexp.org/v2/plays/1275520/?format=api",
    "airdate": "2007-09-05T07:50:20-07:00",
    "show": 22325,
    "show_uri": "https://api.kexp.org/v2/shows/22325/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51k%2BFzOUtBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51k%2BFzOUtBL._SL75_.jpg",
    "song": "Three Little Birds",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend",
    "release_id": "94c61f95-1c39-4a5f-961f-61b3e1426cbe",
    "release_group_id": null,
    "labels": [
        "Island Def Jam Music Group"
    ],
    "label_ids": [
        "c9ecb3cf-ed8c-4f48-b99a-7d63ed12d89b"
    ],
    "release_date": "2002-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}