Information about plays

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

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

{
    "id": 469218,
    "uri": "https://api.kexp.org/v2/plays/469218/?format=api",
    "airdate": "2001-09-23T19:13:50-07:00",
    "show": 7986,
    "show_uri": "https://api.kexp.org/v2/shows/7986/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NRTP7FZ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NRTP7FZ4L._SL75_.jpg",
    "song": "Heed the Word of the Brother",
    "track_id": "b60af5b9-2c40-46ff-8bef-595e72f53b5e",
    "recording_id": null,
    "artist": "X-Clan",
    "artist_ids": [
        "5e2a533a-0d23-4b6b-9488-822f7e3b0b8e"
    ],
    "album": "To the East, Blackwards",
    "release_id": "36fa32ab-5f58-4255-b241-f1a2377bd801",
    "release_group_id": null,
    "labels": [
        "4th & Broadway"
    ],
    "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"
}