Information about plays

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

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

{
    "id": 3549122,
    "uri": "https://api.kexp.org/v2/plays/3549122/?format=api",
    "airdate": "2025-09-05T06:19:10-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia801909.us.archive.org/3/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb500.jpg",
    "thumbnail_uri": "https://ia601909.us.archive.org/3/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb250.jpg",
    "song": "My Girl",
    "track_id": "490c5c3c-9f9e-3d9b-bf6b-fbb6e14055a9",
    "recording_id": "a2e890c2-d341-403f-b875-719c0f24bb41",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959–1971",
    "release_id": "55e12b15-e080-42a8-af93-4301e3487a45",
    "release_group_id": "ebc5c8a7-5537-34b2-a7ad-a2bc50ba4a31",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If there's a new Golden record, then this song should be on it!\n--Eva Walker",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}