Information about plays

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

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

{
    "id": 3419002,
    "uri": "https://api.kexp.org/v2/plays/3419002/?format=api",
    "airdate": "2024-10-29T21:18:22-07:00",
    "show": 61711,
    "show_uri": "https://api.kexp.org/v2/shows/61711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birds",
    "track_id": null,
    "recording_id": "222f3579-e65d-424b-873b-16bc5740b06e",
    "artist": "Folamour feat. Emmanuel Jal",
    "artist_ids": [
        "6aa08af3-d00b-4de9-afa0-96aa1decad9e",
        "0ca5108c-fd3b-4de7-93a0-da7666a39c3e"
    ],
    "album": "Manifesto",
    "release_id": null,
    "release_group_id": "65d6e1b4-ce61-490d-affc-af2333667b69",
    "labels": [
        "FHUO Records"
    ],
    "label_ids": [
        "9853a612-3d59-4b1e-9f1a-591c6f15d70c"
    ],
    "release_date": "2023-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Folamour's unique blend of house, disco, and world music influences​ on this track create a fusion of their artistic visions. \nThis seamless mix helps to highlight Folamour's signature style while incorporating Emmanuel Jal's distinctive vocals, which often bring an emotional depth and storytelling aspect to the music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}