Information about plays

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

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

{
    "id": 3608248,
    "uri": "https://api.kexp.org/v2/plays/3608248/?format=api",
    "airdate": "2026-01-23T23:46:07-08:00",
    "show": 65737,
    "show_uri": "https://api.kexp.org/v2/shows/65737/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce9ab3fc-1f56-44ab-ab17-17f5e681ff94/37888498887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce9ab3fc-1f56-44ab-ab17-17f5e681ff94/37888498887-250.jpg",
    "song": "Hey Luv (Anything)",
    "track_id": null,
    "recording_id": "20741cf7-cce1-4163-9500-4a6bf455af97",
    "artist": "Mobb Deep feat. 112",
    "artist_ids": [
        "d75d1f08-bbb8-4eae-9877-399ca9121197",
        "9132d515-dc0e-4494-85ae-20f06eed14f9"
    ],
    "album": "Infamy",
    "release_id": null,
    "release_group_id": "d4f1079a-8d2c-3829-ae94-39e8a81af9c5",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2001-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}