Information about plays

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

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

{
    "id": 3624619,
    "uri": "https://api.kexp.org/v2/plays/3624619/?format=api",
    "airdate": "2026-03-03T02:02:21-08:00",
    "show": 66077,
    "show_uri": "https://api.kexp.org/v2/shows/66077/?format=api",
    "image_uri": "https://coverartarchive.org/release/7401c0ee-6559-4355-a005-660b37be1d7d/37247244764-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7401c0ee-6559-4355-a005-660b37be1d7d/37247244764-250.jpg",
    "song": "Saint Rex",
    "track_id": null,
    "recording_id": "e7c4c7ed-18e5-4621-82ef-4d03fa3a8430",
    "artist": "Logic1000",
    "artist_ids": [
        "8e018193-119b-42f3-8ef8-b9575b0208ca"
    ],
    "album": "Mother",
    "release_id": null,
    "release_group_id": "1e57af12-0f39-4254-856e-96ce1ddf31a1",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://logic1000.bandcamp.com/album/mother",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}