Information about plays

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

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

{
    "id": 3593785,
    "uri": "https://api.kexp.org/v2/plays/3593785/?format=api",
    "airdate": "2025-12-21T02:49:57-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boy of Stranger Things",
    "track_id": null,
    "recording_id": "3fd4b1f3-2124-4dea-9bb1-f7a1f6d0c118",
    "artist": "Ana Frango Elétrico",
    "artist_ids": [
        "cd8086e3-9249-4d5a-a3a0-a20731c98653"
    ],
    "album": "Me chama de gato que eu sou sua",
    "release_id": null,
    "release_group_id": "374fec8d-7202-45a3-a2d4-74f3f75308af",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2023-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}