Information about plays

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

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

{
    "id": 3501200,
    "uri": "https://api.kexp.org/v2/plays/3501200/?format=api",
    "airdate": "2025-05-14T08:50:39-07:00",
    "show": 63457,
    "show_uri": "https://api.kexp.org/v2/shows/63457/?format=api",
    "image_uri": "https://coverartarchive.org/release/c9795844-0c1b-48a9-8322-fa36874af6cb/3448258087-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c9795844-0c1b-48a9-8322-fa36874af6cb/3448258087-250.jpg",
    "song": "Somebody To Love",
    "track_id": null,
    "recording_id": "1644b5e9-dd59-4102-b604-cd1d151c3c0f",
    "artist": "Jefferson Airplane",
    "artist_ids": [
        "39c2a93d-9afa-4a22-9bba-c087ab056e1c"
    ],
    "album": "Surrealistic Pillow",
    "release_id": null,
    "release_group_id": "e6440cd2-5e8e-367d-bc49-cc042b5ef524",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1967-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}