Information about plays

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

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

{
    "id": 3572565,
    "uri": "https://api.kexp.org/v2/plays/3572565/?format=api",
    "airdate": "2025-11-01T11:13:23-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BIG 45",
    "track_id": null,
    "recording_id": "35126f93-46aa-4df4-9697-ebc5efbf3a4c",
    "artist": "Protoje",
    "artist_ids": [
        "eb9ad275-dc6b-4d00-9dea-e60b02313a72"
    ],
    "album": "BIG 45",
    "release_id": null,
    "release_group_id": "40ee29a5-a80a-451c-abd2-2ca23d539552",
    "labels": [
        "Ineffable Records"
    ],
    "label_ids": [
        "7155876d-bb21-4e02-a53d-a2e3ef2603c2"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=JTygV8pkxWE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}