Information about plays

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

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

{
    "id": 3521339,
    "uri": "https://api.kexp.org/v2/plays/3521339/?format=api",
    "airdate": "2025-07-01T19:27:21-07:00",
    "show": 63894,
    "show_uri": "https://api.kexp.org/v2/shows/63894/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hal Hal",
    "track_id": null,
    "recording_id": "5889a884-8c2a-4969-b0fc-683fb2337d8e",
    "artist": "Nazan Şoray",
    "artist_ids": [
        "b8d358e3-b11f-4dfe-b1ed-d312e4937f57"
    ],
    "album": "Hal Hal / İyi Diyelim İyi Olalım",
    "release_id": null,
    "release_group_id": "2c099ef3-2dc0-445a-b530-ed1ff9a6b21e",
    "labels": [
        "Öncü Plak"
    ],
    "label_ids": [
        "4edcf548-0cf3-4be1-a239-930a43f6e7eb"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third single from Turkish singer and actress Nazan Şoray.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}