Information about plays

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

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

{
    "id": 3549020,
    "uri": "https://api.kexp.org/v2/plays/3549020/?format=api",
    "airdate": "2025-09-05T00:20:52-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/1de3f826-5383-497c-a635-c30b41f13b56/35630376940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1de3f826-5383-497c-a635-c30b41f13b56/35630376940-250.jpg",
    "song": "Little Things",
    "track_id": null,
    "recording_id": "50c387b4-7ac9-410f-a222-d955fbd16b89",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "Little Things",
    "release_id": null,
    "release_group_id": "3f273bcc-e88b-4bcf-9044-04b9a84a1267",
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2023-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}