Information about plays

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

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

{
    "id": 3576359,
    "uri": "https://api.kexp.org/v2/plays/3576359/?format=api",
    "airdate": "2025-11-10T08:35:53-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinball Number Count (Skeewiff remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Sesame Street: Songs From the Street, Vol. 3",
    "release_id": null,
    "release_group_id": "1c2d5ac4-674e-4ab1-b007-091265a5eeec",
    "labels": [
        "Sesame Workshop Catalog"
    ],
    "label_ids": [
        "3afa46e5-fb7a-4f99-a424-b3081e81af3c"
    ],
    "release_date": "2018-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}