Information about plays

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

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

{
    "id": 3520131,
    "uri": "https://api.kexp.org/v2/plays/3520131/?format=api",
    "airdate": "2025-06-28T21:42:55-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sortir Le Soir",
    "track_id": null,
    "recording_id": null,
    "artist": "Technopolice",
    "artist_ids": [
        "3e4fc8b7-9fc1-4a44-8595-a52623850d60"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Howlin Banana Records"
    ],
    "label_ids": [
        "c8cd10eb-980f-425f-8862-c4fafb754664"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from France",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}