Information about plays

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

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

{
    "id": 3422115,
    "uri": "https://api.kexp.org/v2/plays/3422115/?format=api",
    "airdate": "2024-11-06T13:56:42-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is America/Georgy Peorgy",
    "track_id": null,
    "recording_id": null,
    "artist": "Childish Gambino, Toto, The Reflex",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From remixer The Reflex: \"Yes my Unmixable Challenge for The People’s Party on @BBC6Music with Afrodeutsche is here as broadcast on 25 August 2023. They gave me Toto and Childish Gambino to put together into one track...\"\n--\nYou must not miss the video for the original track: https://www.youtube.com/watch?v=VYOjWnS4cMY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}