Information about plays

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

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

{
    "id": 3607374,
    "uri": "https://api.kexp.org/v2/plays/3607374/?format=api",
    "airdate": "2026-01-21T21:44:34-08:00",
    "show": 65718,
    "show_uri": "https://api.kexp.org/v2/shows/65718/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7d07d05-5ddd-4754-8a23-527e7205f4c2/34696797901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7d07d05-5ddd-4754-8a23-527e7205f4c2/34696797901-250.jpg",
    "song": "There Only Once",
    "track_id": null,
    "recording_id": "04edcf55-97ad-4543-a393-a64547d5fe31",
    "artist": "The Soundcarriers",
    "artist_ids": [
        "15b87ccd-8cb2-4c13-a7ba-e3e434a865ce"
    ],
    "album": "Celeste",
    "release_id": null,
    "release_group_id": "88464462-b07b-4497-917a-3f28efb33eb6",
    "labels": [
        "Melodic"
    ],
    "label_ids": [
        "b0db63b8-7dda-42df-a9a7-e183d68ca5cc"
    ],
    "release_date": "2010-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://the-soundcarriers.bandcamp.com/album/celeste-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}