Information about plays

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

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

{
    "id": 457949,
    "uri": "https://api.kexp.org/v2/plays/457949/?format=api",
    "airdate": "2001-08-21T08:48:00-07:00",
    "show": 7761,
    "show_uri": "https://api.kexp.org/v2/shows/7761/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41msEylpy1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41msEylpy1L._SL75_.jpg",
    "song": "Mister Easter Aeroplane",
    "track_id": "b9ef208d-d8f3-4aa9-886a-e0aecbfe1230",
    "recording_id": null,
    "artist": "Wolf Colonel",
    "artist_ids": [
        "4daf9073-17b3-41a9-9fdd-e698537358d8"
    ],
    "album": "Vikings of Mint",
    "release_id": "daafefd4-3d1b-440a-b8c3-6700607d0842",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}