Information about plays

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

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

{
    "id": 357334,
    "uri": "https://api.kexp.org/v2/plays/357334/?format=api",
    "airdate": "2019-07-21T16:48:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Loves",
    "track_id": "b301ea4b-8375-3246-97b5-feac3514c1f9",
    "recording_id": null,
    "artist": "Hooray for Earth",
    "artist_ids": [
        "6bb9c3d8-d9e2-4f45-9ddc-a1c65b0f4fc9"
    ],
    "album": "True Loves",
    "release_id": "566b4ca3-cff3-4aaa-8473-70ca72ce7600",
    "release_group_id": null,
    "labels": [
        "Dovecote"
    ],
    "label_ids": [
        "995e3be2-43be-4065-bc5a-61990beef9b6"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}