Information about plays

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

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

{
    "id": 3442132,
    "uri": "https://api.kexp.org/v2/plays/3442132/?format=api",
    "airdate": "2024-12-24T03:07:47-08:00",
    "show": 62193,
    "show_uri": "https://api.kexp.org/v2/shows/62193/?format=api",
    "image_uri": "https://coverartarchive.org/release/7512db44-ebc0-4f0d-ab38-2d3b9412de17/38010923357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7512db44-ebc0-4f0d-ab38-2d3b9412de17/38010923357-250.jpg",
    "song": "She Loves",
    "track_id": null,
    "recording_id": "3f177cff-1783-4968-bbca-9fd08bd2418a",
    "artist": "T.Williams",
    "artist_ids": [
        "be0cd7e0-0e25-4669-b466-90656049159f"
    ],
    "album": "Raves of Future Past",
    "release_id": null,
    "release_group_id": "338ce0ea-7ca0-405c-88b2-cd407667710e",
    "labels": [
        "Purple City"
    ],
    "label_ids": [
        "e431424e-4c1d-4e40-972b-ca6078455623"
    ],
    "release_date": "2024-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://twilliamsmusic.bandcamp.com/album/raves-of-future-past-purp008",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}