Information about plays

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

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

{
    "id": 3549419,
    "uri": "https://api.kexp.org/v2/plays/3549419/?format=api",
    "airdate": "2025-09-05T23:54:00-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Georgy Porgy",
    "track_id": null,
    "recording_id": null,
    "artist": "Ghostface Killah",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "Supreme Clientele 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}