Information about plays

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

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

{
    "id": 3440709,
    "uri": "https://api.kexp.org/v2/plays/3440709/?format=api",
    "airdate": "2024-12-21T02:57:55-08:00",
    "show": 62164,
    "show_uri": "https://api.kexp.org/v2/shows/62164/?format=api",
    "image_uri": "https://ia601605.us.archive.org/14/items/mbid-75ea2f28-4e90-431d-89be-65e8b86d528c/mbid-75ea2f28-4e90-431d-89be-65e8b86d528c-39691172028_thumb500.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/14/items/mbid-75ea2f28-4e90-431d-89be-65e8b86d528c/mbid-75ea2f28-4e90-431d-89be-65e8b86d528c-39691172028_thumb250.jpg",
    "song": "The Ghost Has No Home (2024 Remaster)",
    "track_id": "2fc4f518-6866-48a2-89b5-d693d6756a1f",
    "recording_id": "fd67eeff-13ed-4052-ace6-730d978c421b",
    "artist": "Cocteau Twins, Harold Budd",
    "artist_ids": [
        "5c864a6f-146e-4225-986d-3295ce90f784",
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "The Moon and the Melodies (2024 Remaster)",
    "release_id": "40e34c74-5200-48bf-8c76-a5bfed178367",
    "release_group_id": "f2b147e7-3369-418a-8f75-f4c48295403e",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}