Information about plays

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

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

{
    "id": 375982,
    "uri": "https://api.kexp.org/v2/plays/375982/?format=api",
    "airdate": "2019-09-03T11:38:18-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is the Drug",
    "track_id": "605342eb-87e2-3d2f-99d8-8a53e22a2db0",
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Siren",
    "release_id": "197ab65b-2174-38a1-ad0b-017e02dccfef",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Siren\" album cover featured the Texas model Jerry Hall, who was to become Ferry's girlfriend. The photo session, which took place in Wales during the Summer of 1975, was the first time that they'd met. Hall recalled in her autobiography, \"Tall Tales,\"  that the blue body paint she wore to look like a mythical siren would not wash off. According to the model, Ferry took her back to his house to help her remove the paint. Her stay at Ferry's London home marked the start of their relationship.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}