Information about plays

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

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

{
    "id": 3547372,
    "uri": "https://api.kexp.org/v2/plays/3547372/?format=api",
    "airdate": "2025-09-01T00:55:50-07:00",
    "show": 64441,
    "show_uri": "https://api.kexp.org/v2/shows/64441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yoruba Riddim",
    "track_id": null,
    "recording_id": "8547e164-0b37-41a2-974e-75df4c9feb3a",
    "artist": "S!RENE",
    "artist_ids": [
        "37167ec9-7cb5-4787-9146-611698c8c7f8"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warehouse Project Records"
    ],
    "label_ids": [
        "5deaf0ed-c24c-4dff-9f75-00e779a946c3"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}