Information about plays

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

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

{
    "id": 3524594,
    "uri": "https://api.kexp.org/v2/plays/3524594/?format=api",
    "airdate": "2025-07-09T04:21:11-07:00",
    "show": 63962,
    "show_uri": "https://api.kexp.org/v2/shows/63962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Take Your Love Away",
    "track_id": null,
    "recording_id": "e51c90de-fb77-4bfa-8a55-5f22da4d961e",
    "artist": "Pushé",
    "artist_ids": [
        "88986d10-50de-4de5-80d4-295c6a48b2cb"
    ],
    "album": "Don't Take Your Love Away",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Partytime Records"
    ],
    "label_ids": [
        "08733f46-7ae7-4946-aa14-395c25565f69"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}