Information about plays

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

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

{
    "id": 534043,
    "uri": "https://api.kexp.org/v2/plays/534043/?format=api",
    "airdate": "2002-04-03T00:15:14-08:00",
    "show": 9251,
    "show_uri": "https://api.kexp.org/v2/shows/9251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shoot Shoot",
    "track_id": "50c9dde3-d784-44a5-9546-837c298dedc4",
    "recording_id": null,
    "artist": "KaitO",
    "artist_ids": [
        "29bf76f4-17e1-493c-ba0c-b28879f31b6d"
    ],
    "album": "Montigola Underground",
    "release_id": "23aba002-0764-4079-8733-8edf01fa052f",
    "release_group_id": null,
    "labels": [
        "Devil in the Woods"
    ],
    "label_ids": [
        "be0abfe3-c5c9-4a88-bc26-c82416e2c7c6"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}