Information about plays

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

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

{
    "id": 3617783,
    "uri": "https://api.kexp.org/v2/plays/3617783/?format=api",
    "airdate": "2026-02-15T09:26:21-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something You Got",
    "track_id": null,
    "recording_id": null,
    "artist": "Barbara George",
    "artist_ids": [
        "3c475a1e-3669-45d1-b181-59bae339a382"
    ],
    "album": "Something You Got",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Seven B"
    ],
    "label_ids": [
        "efaef699-4412-4f99-88f5-87c1d9637838"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}