Information about plays

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

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

{
    "id": 2674807,
    "uri": "https://api.kexp.org/v2/plays/2674807/?format=api",
    "airdate": "2019-12-18T06:51:34-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dumb Waiters",
    "track_id": "ae1650d3-6070-3bf7-9fb2-891a2a227b61",
    "recording_id": null,
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Dumb Waiters",
    "release_id": "08552dbb-21dc-405d-9cd0-a1c461577c60",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "release_date": "1981-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of this song is not found in the lyrics - https://www.youtube.com/watch?v=mrX9Mg4ersQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}