Information about plays

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

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

{
    "id": 347782,
    "uri": "https://api.kexp.org/v2/plays/347782/?format=api",
    "airdate": "2019-06-29T10:11:00-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young, Gifted and Black",
    "track_id": "535a908e-a7bf-40b9-8427-3075527f0336",
    "recording_id": null,
    "artist": "Bob & Marcia",
    "artist_ids": [],
    "album": "Young, Gifted and Black",
    "release_id": "948ee9e4-688f-4ad9-8c6b-cd8d95998685",
    "release_group_id": null,
    "labels": [
        "Old Gold"
    ],
    "label_ids": [
        "f75b0e8e-cf81-472d-a691-84fbb386de58"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To Be Young, Gifted and Black\" is a song by Nina Simone, you are hearing notable cover versions of the song by Bob and Marcia (whose 1970 recording reached number 5 in the UK Singles Chart)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}