Information about plays

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

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

{
    "id": 348799,
    "uri": "https://api.kexp.org/v2/plays/348799/?format=api",
    "airdate": "2019-07-01T22:34:53-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gettin’ in the Way",
    "track_id": "120141e6-b12c-3d81-aee2-4793fa83c2f5",
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Experience: Jill Scott 826+",
    "release_id": "0197ddf6-5df3-463f-a987-935d99b9d345",
    "release_group_id": null,
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2001-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}