Information about plays

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

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

{
    "id": 3547601,
    "uri": "https://api.kexp.org/v2/plays/3547601/?format=api",
    "airdate": "2025-09-01T14:14:12-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Another",
    "track_id": null,
    "recording_id": "d65438ce-e893-4db0-aa53-66c6f52dc5e6",
    "artist": "Makaya McCraven",
    "artist_ids": [
        "59476fae-d0c9-4ebd-b03c-c38b19b30dff"
    ],
    "album": "International Anthem @ Public Records (Volume 3)",
    "release_id": null,
    "release_group_id": "84c2e79f-366b-4fc2-bbfc-33d50248fbfe",
    "labels": [
        "International Anthem Recording Co."
    ],
    "label_ids": [
        "817464f6-8b69-4467-988c-1ce0bc23122e"
    ],
    "release_date": "2022-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Jeff in Chicago.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}