Information about plays

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

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

{
    "id": 434978,
    "uri": "https://api.kexp.org/v2/plays/434978/?format=api",
    "airdate": "2001-06-15T12:55:42-07:00",
    "show": 7320,
    "show_uri": "https://api.kexp.org/v2/shows/7320/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615J34KUdNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615J34KUdNL._SL75_.jpg",
    "song": "Word to the Third",
    "track_id": "f4fdfca5-c09e-441e-a874-689f79250ebb",
    "recording_id": null,
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "Derelicts of Dialect",
    "release_id": "4dc5dfe6-7660-4325-a63b-80e6961da2f4",
    "release_group_id": null,
    "labels": [
        "Def Jam/Columbia"
    ],
    "label_ids": [],
    "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"
}