Information about plays

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

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

{
    "id": 3624612,
    "uri": "https://api.kexp.org/v2/plays/3624612/?format=api",
    "airdate": "2026-03-03T01:43:20-08:00",
    "show": 66077,
    "show_uri": "https://api.kexp.org/v2/shows/66077/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bb0a8a8-0183-4542-be6f-a2fc9068b978/39001686796-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bb0a8a8-0183-4542-be6f-a2fc9068b978/39001686796-250.jpg",
    "song": "Praise Jah in the Moonlight",
    "track_id": null,
    "recording_id": "677f46b2-bee5-4f7e-b3c7-24239802e7a9",
    "artist": "YG Marley",
    "artist_ids": [
        "3ac35781-a75c-42d7-a053-ae47e7e64314"
    ],
    "album": "Praise Jah in the Moonlight",
    "release_id": null,
    "release_group_id": "44d8056d-4556-419c-ae1c-ec45f9e24581",
    "labels": [
        "Hitmaker Distro"
    ],
    "label_ids": [
        "04c41c48-59cb-428e-af41-7487cb3b8116"
    ],
    "release_date": "2023-12-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Breakout single from Bob Marley's grandson / Lauryn Hill's son (!!!)\n\nhttps://www.youtube.com/watch?v=MsWXssAr0bQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}