Information about plays

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

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

{
    "id": 3576950,
    "uri": "https://api.kexp.org/v2/plays/3576950/?format=api",
    "airdate": "2025-11-11T19:53:43-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ahista Ahista",
    "track_id": null,
    "recording_id": null,
    "artist": "Musarrat Nazir, Kazinama",
    "artist_ids": [
        "b2fa8c9f-44e4-446e-8f3c-24add51c5890",
        "7d272c82-39ea-4950-a3b2-411f95ca7afd"
    ],
    "album": "Ahista Ahista",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music India Pvt Ltd."
    ],
    "label_ids": [],
    "release_date": "2024-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This groovy track loops a bass driven phrase with flowery guitar chords laid on top, as all sorts of instruments take their turns dancing atop the beat, until they're met with a soulful singer who sings of travel. This song is an encouragement to move and a call to \"play with the stars\" and \"play with the rays of the moon\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}