Information about plays

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

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

{
    "id": 3519763,
    "uri": "https://api.kexp.org/v2/plays/3519763/?format=api",
    "airdate": "2025-06-28T02:28:56-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Schmoo (Underworld mix)",
    "track_id": null,
    "recording_id": "c501e74e-c8d6-43e3-b752-6aaf31f103df",
    "artist": "Spooky",
    "artist_ids": [
        "d4a057f8-a6c4-4362-a008-3c2917298c2a"
    ],
    "album": "Schmoo",
    "release_id": null,
    "release_group_id": "b670acd6-6de6-4d3c-9912-64f4c511c417",
    "labels": [
        "Guerilla"
    ],
    "label_ids": [
        "14ec77fe-c05f-41c1-80db-9f17d0bb3b44"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://spookyuk.bandcamp.com/album/schmoo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}