Information about plays

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

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

{
    "id": 3544165,
    "uri": "https://api.kexp.org/v2/plays/3544165/?format=api",
    "airdate": "2025-08-24T10:47:35-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/e16a0da2-d873-4ebc-8e25-752aab81e24a/10667596312-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e16a0da2-d873-4ebc-8e25-752aab81e24a/10667596312-250.jpg",
    "song": "Third Rate Romance",
    "track_id": null,
    "recording_id": "384c5a32-3d9d-4769-aba5-b4757303950c",
    "artist": "The Amazing Rhythm Aces",
    "artist_ids": [
        "c0b6ccb6-fb87-4594-98fb-370120d2b6e8"
    ],
    "album": "Stacked Deck",
    "release_id": null,
    "release_group_id": "1da1c004-5e3c-31e2-ba92-fb08c6e87bf8",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by bandleader Russell Smith, the Tennessee band recorded this at Sam Phillips Recording in Memphis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}