Information about plays

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

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

{
    "id": 2680843,
    "uri": "https://api.kexp.org/v2/plays/2680843/?format=api",
    "airdate": "2020-01-01T14:21:00-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/f93025ea-692c-436d-96d3-ba1ed0164c54/24843499885-250.jpg",
    "thumbnail_uri": "",
    "song": "Go DJ",
    "track_id": "50e1e445-9552-4f62-8177-cc2d85341bdc",
    "recording_id": null,
    "artist": "KAYTRANADA feat. SiR",
    "artist_ids": [
        "e56aee57-d90e-40cf-a70d-beb70f6f3c69"
    ],
    "album": "Bubba",
    "release_id": "f93025ea-692c-436d-96d3-ba1ed0164c54",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian producer Kaytranada with his second studio album. Bubba, via RCA Records. \nBubba, the follow up to Kaytranada's 2016 breakthrough 99.9%, will also feature contributions from Pharrell Williams, Tinashe, GoldLink, Charlotte Day Wilson, Estelle, VanJess, Masego, Mick Jenkins, and SiR, among others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}