Information about plays

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

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

{
    "id": 3594349,
    "uri": "https://api.kexp.org/v2/plays/3594349/?format=api",
    "airdate": "2025-12-22T06:09:42-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That I Might Not See",
    "track_id": "4b4b6133-b555-4be5-b8e4-2bc0765c704e",
    "recording_id": "594a1031-3afd-4692-aba6-46b8cebccbb5",
    "artist": "Just Mustard",
    "artist_ids": [
        "7bab7a05-8b0f-4778-b0b8-02dd6deb463a"
    ],
    "album": "We Were Just Here",
    "release_id": "3e1fae92-c35c-46f9-a1fb-a0f88e4abc8e",
    "release_group_id": "b4b9c376-96b2-4e78-b87e-a13f1a2bbb7f",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#44 on KEXP's Best Albums of 2025, as voted by our listeners!\n\nhttps://www.kexp.org/countdowns/best-albums-of-2025/\n\nJust Mustard are a five piece band from Dundalk, Ireland.\n\nhttps://justmustard.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}