Information about plays

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

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

{
    "id": 455155,
    "uri": "https://api.kexp.org/v2/plays/455155/?format=api",
    "airdate": "2001-08-13T10:07:30-07:00",
    "show": 7707,
    "show_uri": "https://api.kexp.org/v2/shows/7707/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510z5vkieSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510z5vkieSL._SL75_.jpg",
    "song": "Gesture of a Fear",
    "track_id": "b880824c-9a4f-4152-9139-52ea5040235b",
    "recording_id": null,
    "artist": "Pale Saints",
    "artist_ids": [
        "1584532a-62ed-4cbe-ad95-6def0af7df35"
    ],
    "album": "Slow Buildings",
    "release_id": "1ce95434-365b-4d37-998f-243e2d1b872e",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1994-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}