Information about plays

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

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

{
    "id": 3620164,
    "uri": "https://api.kexp.org/v2/plays/3620164/?format=api",
    "airdate": "2026-02-21T03:03:29-08:00",
    "show": 65989,
    "show_uri": "https://api.kexp.org/v2/shows/65989/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deer Stop",
    "track_id": null,
    "recording_id": "0b04bc0e-b59a-4e5b-9c89-15494953a2e1",
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Felt Mountain",
    "release_id": null,
    "release_group_id": "4999b316-bacf-3bf9-9cf9-07c4ebae470a",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}