Information about plays

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

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

{
    "id": 3544349,
    "uri": "https://api.kexp.org/v2/plays/3544349/?format=api",
    "airdate": "2025-08-24T18:22:05-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/706e2312-2b75-4554-bdbb-b379ecfca9b8/42438762419-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/706e2312-2b75-4554-bdbb-b379ecfca9b8/42438762419-250.jpg",
    "song": "Here Comes Love",
    "track_id": null,
    "recording_id": "a78ec96f-2088-4b19-86af-d8877b2a2873",
    "artist": "Stargard",
    "artist_ids": [
        "153ec29a-aee2-43fc-8b3b-e7c7da92738e"
    ],
    "album": "Back 2 Back",
    "release_id": null,
    "release_group_id": "b790808b-6346-4d07-883a-a80d44353f5d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stargard released \"Here Comes Love\" in 1981 on the Warner Bros. album Back 2 Back.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}