Information about plays

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

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

{
    "id": 3437428,
    "uri": "https://api.kexp.org/v2/plays/3437428/?format=api",
    "airdate": "2024-12-13T04:20:48-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia601702.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": "Juanita",
    "track_id": "84230874-db7c-4123-9260-eebffcbfe9d3",
    "recording_id": "6800386e-cc2b-42d3-8f12-6986612b5470",
    "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": "#7 favorite album of the year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}