Information about plays

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

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

{
    "id": 421424,
    "uri": "https://api.kexp.org/v2/plays/421424/?format=api",
    "airdate": "2001-05-05T09:31:45-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XST7Z4B0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XST7Z4B0L._SL75_.jpg",
    "song": "Jah Oh Jah",
    "track_id": "0947f3e4-a032-4463-bc58-ab2c96ea0365",
    "recording_id": null,
    "artist": "The Viceroys",
    "artist_ids": [
        "0e98ba03-b70e-4656-8a15-3d2f4d784224"
    ],
    "album": "Trojan Rastafari Box Set (disc 3)",
    "release_id": "82d79919-5aae-4884-a5dd-46395ec617d9",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}