Information about plays

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

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

{
    "id": 375351,
    "uri": "https://api.kexp.org/v2/plays/375351/?format=api",
    "airdate": "2019-09-01T19:13:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superman Lover",
    "track_id": "15ea5210-6ffb-3704-8c7b-96a15f9f8a3e",
    "recording_id": null,
    "artist": "Johnny “Guitar” Watson",
    "artist_ids": [
        "defba3df-b0f3-4ef1-8e1f-4ef88cc8fc42"
    ],
    "album": "Ain't That a Bitch",
    "release_id": "5e4697f8-34e0-4373-9446-d606917a0012",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}