Information about plays

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

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

{
    "id": 3529713,
    "uri": "https://api.kexp.org/v2/plays/3529713/?format=api",
    "airdate": "2025-07-21T00:19:28-07:00",
    "show": 64070,
    "show_uri": "https://api.kexp.org/v2/shows/64070/?format=api",
    "image_uri": "https://coverartarchive.org/release/26874754-19c5-4759-91b5-365ba4b13638/37552579356-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26874754-19c5-4759-91b5-365ba4b13638/37552579356-250.jpg",
    "song": "I Loves You, Porgy",
    "track_id": null,
    "recording_id": "2e5d42e8-6be2-4ebf-8d19-ceca1b0e222d",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Beautiful Ballads & Love Songs",
    "release_id": null,
    "release_group_id": "a3dc01ea-5614-47d8-8844-37d5cd3a7e4b",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}