Information about plays

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

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

{
    "id": 424001,
    "uri": "https://api.kexp.org/v2/plays/424001/?format=api",
    "airdate": "2001-05-13T13:26:15-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51runcl1w7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51runcl1w7L._SL75_.jpg",
    "song": "Theme From Shaft (vocal)",
    "track_id": "9d4bfe37-07de-46a8-b9af-bc4812a78ef2",
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Shaft",
    "release_id": "9f038034-8936-409a-bd92-d2fe20565321",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}