Information about plays

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

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

{
    "id": 346294,
    "uri": "https://api.kexp.org/v2/plays/346294/?format=api",
    "airdate": "2019-06-26T03:28:26-07:00",
    "show": 5772,
    "show_uri": "https://api.kexp.org/v2/shows/5772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hysterical",
    "track_id": "ba2efe16-e5b1-4039-b8ac-5e768a202ff0",
    "recording_id": null,
    "artist": "Pixx",
    "artist_ids": [
        "90165cd6-f56e-4b26-9efa-fc30a1d05141"
    ],
    "album": "Small Mercies",
    "release_id": "84e1ce25-0a74-473c-a988-aa94154b9c09",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another winner from young Briton Hannah Rodgers - https://pixx.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}