Information about plays

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

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

{
    "id": 529506,
    "uri": "https://api.kexp.org/v2/plays/529506/?format=api",
    "airdate": "2002-03-21T03:41:26-08:00",
    "show": 9163,
    "show_uri": "https://api.kexp.org/v2/shows/9163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416VZEBA00L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416VZEBA00L._SL75_.jpg",
    "song": "After the Flood",
    "track_id": null,
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "Laughing Stock",
    "release_id": "72c7bf5a-1c5e-4356-ba86-b0b2ca31c4a0",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}