Information about plays

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

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

{
    "id": 3439845,
    "uri": "https://api.kexp.org/v2/plays/3439845/?format=api",
    "airdate": "2024-12-18T23:58:47-08:00",
    "show": 62146,
    "show_uri": "https://api.kexp.org/v2/shows/62146/?format=api",
    "image_uri": "https://ia800202.us.archive.org/17/items/mbid-5964dc62-5536-4da8-9a7d-6f0efb980a60/mbid-5964dc62-5536-4da8-9a7d-6f0efb980a60-38114050651_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/17/items/mbid-5964dc62-5536-4da8-9a7d-6f0efb980a60/mbid-5964dc62-5536-4da8-9a7d-6f0efb980a60-38114050651_thumb250.jpg",
    "song": "Cómo vivir por él",
    "track_id": "bdbb5210-6b47-43da-9091-25b1a3eab2e8",
    "recording_id": "1cab4a5b-28a5-403b-b751-156fcbbf8c61",
    "artist": "Daymé Arocena",
    "artist_ids": [
        "91eb6b60-7dc8-409e-821d-d7d32e633bb0"
    ],
    "album": "Alkemi",
    "release_id": "5964dc62-5536-4da8-9a7d-6f0efb980a60",
    "release_group_id": "358f318f-50e7-4422-9443-35d3a002f008",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://daymearocena.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}