Information about plays

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

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

{
    "id": 2670896,
    "uri": "https://api.kexp.org/v2/plays/2670896/?format=api",
    "airdate": "2019-12-09T08:01:58-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e1f7386-858f-49ba-9a48-fcdede81d0ed/24813938211-250.jpg",
    "thumbnail_uri": "",
    "song": "Posthumous Forgiveness",
    "track_id": "3edfb409-8511-4c51-97bc-1f625e43e711",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Posthumous Forgiveness",
    "release_id": "4e1f7386-858f-49ba-9a48-fcdede81d0ed",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2019-12-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}