Information about plays

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

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

{
    "id": 3538508,
    "uri": "https://api.kexp.org/v2/plays/3538508/?format=api",
    "airdate": "2025-08-10T20:49:14-07:00",
    "show": 64255,
    "show_uri": "https://api.kexp.org/v2/shows/64255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace On Earth",
    "track_id": null,
    "recording_id": null,
    "artist": "Derobert and The Half-Truths",
    "artist_ids": [
        "63956132-9da7-4016-ba32-7af75a0a6b20"
    ],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "G.E.D. Soul Records"
    ],
    "label_ids": [
        "2643ad39-d523-4c5a-99ae-da69f9738bc7"
    ],
    "release_date": "2024-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Derobert and The Half-Truths released \"Peace On Earth\" on GED Records in 2024.\nPairing powerful vocals with raw soul instrumentation by way of the Half-Truths, this Nashville, TN combo have helped put their G.E.D. Soul Records on the map.\n\nhttps://derobertandthehalftruths.bandcamp.com/album/peace-on-earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}