Information about plays

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

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

{
    "id": 3438267,
    "uri": "https://api.kexp.org/v2/plays/3438267/?format=api",
    "airdate": "2024-12-15T03:37:02-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "https://ia801702.us.archive.org/1/items/mbid-d42a9249-7c94-418b-b33b-adfb3a4fe451/mbid-d42a9249-7c94-418b-b33b-adfb3a4fe451-38345542455_thumb500.jpg",
    "thumbnail_uri": "https://ia801702.us.archive.org/1/items/mbid-d42a9249-7c94-418b-b33b-adfb3a4fe451/mbid-d42a9249-7c94-418b-b33b-adfb3a4fe451-38345542455_thumb250.jpg",
    "song": "Paloma",
    "track_id": "043a5e70-189d-4702-96e4-e86b6d98f78c",
    "recording_id": "97d773cb-e662-4cc5-8553-566c43298c4b",
    "artist": "Angélica Garcia",
    "artist_ids": [
        "11dee790-19d5-4afb-bff7-fd85115e3ed3"
    ],
    "album": "Gemelo",
    "release_id": "d42a9249-7c94-418b-b33b-adfb3a4fe451",
    "release_group_id": "025a02ec-b976-4e03-bdeb-683c02611df5",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}