Information about plays

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

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

{
    "id": 366258,
    "uri": "https://api.kexp.org/v2/plays/366258/?format=api",
    "airdate": "2019-08-12T05:15:43-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/39bfbf4d-bcab-4107-bbe8-755a2ea568f1/2960156447-250.jpg",
    "thumbnail_uri": "",
    "song": "Sunflower",
    "track_id": "72fab1e7-5611-3218-8bdd-e2f699058a0a",
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Things We Lost in the Fire",
    "release_id": "39bfbf4d-bcab-4107-bbe8-755a2ea568f1",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}