Information about plays

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

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

{
    "id": 3438083,
    "uri": "https://api.kexp.org/v2/plays/3438083/?format=api",
    "airdate": "2024-12-14T17:32:44-08:00",
    "show": 62110,
    "show_uri": "https://api.kexp.org/v2/shows/62110/?format=api",
    "image_uri": "https://ia802306.us.archive.org/4/items/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a-30520928360_thumb500.jpg",
    "thumbnail_uri": "https://ia802306.us.archive.org/4/items/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a/mbid-a6206e88-a91e-3ec9-853b-a5b388c9f27a-30520928360_thumb250.jpg",
    "song": "House of Jealous Lovers",
    "track_id": "9cb0ffa3-e19a-3d42-b78f-641b1e7dacc2",
    "recording_id": "123cf830-2006-40b8-85ce-95c624418a37",
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Echoes",
    "release_id": "a6206e88-a91e-3ec9-853b-a5b388c9f27a",
    "release_group_id": "4cf3ffd2-3ede-36fa-b519-c6786ca98705",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}