Information about plays

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

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

{
    "id": 373049,
    "uri": "https://api.kexp.org/v2/plays/373049/?format=api",
    "airdate": "2019-08-27T15:39:45-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loving Cup",
    "track_id": "ddad4b94-53a9-361f-962e-e759657f334f",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Exile on Main St.",
    "release_id": "035b3142-a506-3657-9771-79cd88c6dc6b",
    "release_group_id": null,
    "labels": [
        "Virgin Music Canada"
    ],
    "label_ids": [
        "b34fd541-663c-4a26-aa81-1472392d0212"
    ],
    "release_date": "1994-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On the cover of the tape was a picture of a can of Campbell’s Bean with Bacon soup (but we always thought it was funnier to use the “n”). It was an inside joke – the crazy place we worked had a kitchen stocked with food, including cans of soup, and we always laughed about “Who the hell would eat Bean ‘n Bacon soup??”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}