Information about plays

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

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

{
    "id": 370091,
    "uri": "https://api.kexp.org/v2/plays/370091/?format=api",
    "airdate": "2019-08-20T21:35:24-07:00",
    "show": 6169,
    "show_uri": "https://api.kexp.org/v2/shows/6169/?format=api",
    "image_uri": "http://coverartarchive.org/release/d86e6270-7458-4bcb-9692-cd689a779435/17854644435-250.jpg",
    "thumbnail_uri": "",
    "song": "Theme From \"Shaft\"",
    "track_id": "1e50137a-c35d-34da-9068-f1f6035d7c6d",
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Can You Dig It? The Music and Politics of Black Action Films 1968-75",
    "release_id": "d86e6270-7458-4bcb-9692-cd689a779435",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2009-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Isaac Hayes. Born on this day in 1942.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}