Information about plays

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

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

{
    "id": 3618088,
    "uri": "https://api.kexp.org/v2/plays/3618088/?format=api",
    "airdate": "2026-02-16T00:47:56-08:00",
    "show": 65945,
    "show_uri": "https://api.kexp.org/v2/shows/65945/?format=api",
    "image_uri": "https://coverartarchive.org/release/29021dd0-9361-496b-a5d6-8a4f2b4e85ab/37048310736-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29021dd0-9361-496b-a5d6-8a4f2b4e85ab/37048310736-250.jpg",
    "song": "Ta av dej skorna",
    "track_id": null,
    "recording_id": "3488907c-56c7-4221-9659-b0f3920434f4",
    "artist": "Povel Ramel",
    "artist_ids": [
        "f3ccf44c-a4b0-4cbd-83c9-2653f47df060"
    ],
    "album": "Absolute Sommar",
    "release_id": null,
    "release_group_id": "5044aed1-9c12-4cd0-81d4-e77054868ba9",
    "labels": [
        "EVA Records"
    ],
    "label_ids": [
        "bcb50213-0706-4009-8b59-a889589f347d"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}