Information about plays

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

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

{
    "id": 3570429,
    "uri": "https://api.kexp.org/v2/plays/3570429/?format=api",
    "airdate": "2025-10-27T00:49:19-07:00",
    "show": 64944,
    "show_uri": "https://api.kexp.org/v2/shows/64944/?format=api",
    "image_uri": "https://coverartarchive.org/release/f816a8b0-05fb-40f1-b158-c64515109862/37304407693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f816a8b0-05fb-40f1-b158-c64515109862/37304407693-250.jpg",
    "song": "I anmarsj gjennom grangrunn",
    "track_id": null,
    "recording_id": "78394169-c7e4-4081-965b-9f7d10b2f195",
    "artist": "Ildjarn–Nidhogg",
    "artist_ids": [
        "9c1865f4-b769-44fb-825a-94bfbe370418"
    ],
    "album": "Ildjarn-Nidhogg",
    "release_id": null,
    "release_group_id": "fac6f7f2-ca76-3d7b-af19-71a8b43e2442",
    "labels": [
        "Northern Heritage"
    ],
    "label_ids": [
        "e5b03fe7-17d6-4ce1-ac22-7e3be9e730ac"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}