Information about plays

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

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

{
    "id": 1355403,
    "uri": "https://api.kexp.org/v2/plays/1355403/?format=api",
    "airdate": "2008-03-28T16:30:33-07:00",
    "show": 23671,
    "show_uri": "https://api.kexp.org/v2/shows/23671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rSlUNVXkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rSlUNVXkL._SL75_.jpg",
    "song": "Wyle Out (feat. Gift of Gab)",
    "track_id": null,
    "recording_id": null,
    "artist": "Boom Bap Project",
    "artist_ids": [
        "d01f30e6-cc21-41a3-9157-89b702f77f0f"
    ],
    "album": "Reprogram",
    "release_id": "a5f4932d-033e-415d-b165-d25dbf996270",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2005-06-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}