Information about plays

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

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

{
    "id": 514325,
    "uri": "https://api.kexp.org/v2/plays/514325/?format=api",
    "airdate": "2002-02-04T22:00:00-08:00",
    "show": 8869,
    "show_uri": "https://api.kexp.org/v2/shows/8869/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519GZFUW%2BmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519GZFUW%2BmL._SL75_.jpg",
    "song": "Nothing Gives Me Pleasure",
    "track_id": "687d7732-d0de-4f5a-a736-8507bd424f3c",
    "recording_id": null,
    "artist": "Josh Rouse",
    "artist_ids": [
        "023d64c9-93db-4a20-8c5c-2efa1a53481a"
    ],
    "album": "Under Cold Blue Stars",
    "release_id": "12a2febe-3264-48d7-8eef-9fb758ae04af",
    "release_group_id": null,
    "labels": [
        "Ryko/Slow River"
    ],
    "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"
}