Information about plays

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

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

{
    "id": 1213709,
    "uri": "https://api.kexp.org/v2/plays/1213709/?format=api",
    "airdate": "2007-03-31T10:12:00-07:00",
    "show": 21272,
    "show_uri": "https://api.kexp.org/v2/shows/21272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XMFJ95E2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XMFJ95E2L._SL75_.jpg",
    "song": "Revelation Time / Hammer and Sickle",
    "track_id": null,
    "recording_id": null,
    "artist": "Max Romeo",
    "artist_ids": [
        "d82e9822-521a-4e20-bb22-9e944374cd40"
    ],
    "album": "Open the Iron Gate 1973 - 1977",
    "release_id": "29f48fd4-0c0a-41c8-a591-4ae074bf4aef",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}