Information about plays

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

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

{
    "id": 2681203,
    "uri": "https://api.kexp.org/v2/plays/2681203/?format=api",
    "airdate": "2020-01-02T11:22:13-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?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": "Picture this... warm, sunny afternoon breezes and Tame Impala on stage at the Gorge this summer. Well peeps, this is no dream, you can see them live along with Perfume Genius on Friday, August 7th. More about it here: https://bit.ly/2ZL838h",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}