Information about plays

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

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

{
    "id": 3418639,
    "uri": "https://api.kexp.org/v2/plays/3418639/?format=api",
    "airdate": "2024-10-29T02:26:27-07:00",
    "show": 61704,
    "show_uri": "https://api.kexp.org/v2/shows/61704/?format=api",
    "image_uri": "https://ia800602.us.archive.org/16/items/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b-39333940096_thumb500.jpg",
    "thumbnail_uri": "https://ia800602.us.archive.org/16/items/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b-39333940096_thumb250.jpg",
    "song": "Dark Angel",
    "track_id": "8b2b7d18-f14f-43bd-9bfe-a88f5fd3fc14",
    "recording_id": "9fbf787a-3359-4587-8599-e4396ac69889",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Dreamstate",
    "release_id": "b173ba99-2a94-4855-9ad8-eed1e5d4f19f",
    "release_group_id": "dee9395f-96d0-4a36-bffb-4a1e6a172a74",
    "labels": [
        "dh2"
    ],
    "label_ids": [
        "6bb3e6d6-3655-4014-9a68-eff6df75e450"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kellyleeowens.bandcamp.com/album/dreamstate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}