Information about plays

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

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

{
    "id": 369653,
    "uri": "https://api.kexp.org/v2/plays/369653/?format=api",
    "airdate": "2019-08-19T23:55:57-07:00",
    "show": 6163,
    "show_uri": "https://api.kexp.org/v2/shows/6163/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Presente Grego",
    "track_id": "c616837f-e598-35eb-9c06-ae42eae15443",
    "recording_id": null,
    "artist": "Arthur Verocai",
    "artist_ids": [
        "b236b897-8db4-4823-b28e-c211683254ac"
    ],
    "album": "Arthur Verocai",
    "release_id": "3c6cf2e5-6382-4574-b172-b2d63c7894df",
    "release_group_id": null,
    "labels": [
        "Luv N’ Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "release_date": "2003-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}