Information about plays

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

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

{
    "id": 3540183,
    "uri": "https://api.kexp.org/v2/plays/3540183/?format=api",
    "airdate": "2025-08-15T00:34:42-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0afba6d-ee82-4bcd-a4a4-12557bdcb59d/26467866181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0afba6d-ee82-4bcd-a4a4-12557bdcb59d/26467866181-250.jpg",
    "song": "Rose Rouge",
    "track_id": null,
    "recording_id": "79c1a05c-f1a8-4438-a821-6b3e4c010f07",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "Rose Rouge",
    "release_id": null,
    "release_group_id": "43899a3e-5cf5-4c16-b7c5-d24f1d395256",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2020-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}