Information about plays

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

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

{
    "id": 3549774,
    "uri": "https://api.kexp.org/v2/plays/3549774/?format=api",
    "airdate": "2025-09-06T21:45:30-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Food",
    "track_id": null,
    "recording_id": null,
    "artist": "MOJA",
    "artist_ids": [
        "34e0c2d0-8248-4367-8f00-c88bb149a796"
    ],
    "album": "I'm Hungry",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Overdrive"
    ],
    "label_ids": [
        "3d932719-9a32-4b5f-a705-86c4fdcf560b"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tokyo-based drum and bass duo Moja return with their most visceral release yet!  I'm Hungry!  is set to release on September 26th.\n\nhttps://hello-moja.bandcamp.com/album/im-hungry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}