Information about plays

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

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

{
    "id": 3559036,
    "uri": "https://api.kexp.org/v2/plays/3559036/?format=api",
    "airdate": "2025-09-29T00:35:56-07:00",
    "show": 64695,
    "show_uri": "https://api.kexp.org/v2/shows/64695/?format=api",
    "image_uri": "https://coverartarchive.org/release/6456905b-82e6-4d5c-9668-50d02aea31a2/42842939535-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6456905b-82e6-4d5c-9668-50d02aea31a2/42842939535-250.jpg",
    "song": "Push It",
    "track_id": null,
    "recording_id": "d5768765-598e-4e60-9f7c-8273d7a0f148",
    "artist": "Vicky Farewell",
    "artist_ids": [
        "9eba77a2-7297-4917-b6fd-b0dec8b57437"
    ],
    "album": "Give a Damn",
    "release_id": null,
    "release_group_id": "55797306-5d05-476b-bf9a-ab01a44a64b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}