Information about plays

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

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

{
    "id": 1353967,
    "uri": "https://api.kexp.org/v2/plays/1353967/?format=api",
    "airdate": "2008-03-25T03:38:04-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41sZMcFbZTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41sZMcFbZTL._SL75_.jpg",
    "song": "Red Gun",
    "track_id": "3f9debb7-d372-41e4-94c0-896621a3fbc1",
    "recording_id": null,
    "artist": "The Forms",
    "artist_ids": [
        "2fdc1bf8-97cb-4b93-962f-d5ae29913433"
    ],
    "album": "The Forms",
    "release_id": "8f005006-ea4b-4c1d-8270-3f1162da7df2",
    "release_group_id": null,
    "labels": [
        "The Rebel Group"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}