Information about plays

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

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

{
    "id": 3437433,
    "uri": "https://api.kexp.org/v2/plays/3437433/?format=api",
    "airdate": "2024-12-13T04:35:03-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia801308.us.archive.org/33/items/mbid-363e9491-e566-4edf-af89-49eb9cf68a19/mbid-363e9491-e566-4edf-af89-49eb9cf68a19-37859176568_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/33/items/mbid-363e9491-e566-4edf-af89-49eb9cf68a19/mbid-363e9491-e566-4edf-af89-49eb9cf68a19-37859176568_thumb250.jpg",
    "song": "Love Song",
    "track_id": "520ee2ca-326d-441b-83d9-6fd791a46188",
    "recording_id": "20e84ee8-ecf2-4caf-a280-69e4241506a9",
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "One More Thing",
    "release_id": "363e9491-e566-4edf-af89-49eb9cf68a19",
    "release_group_id": "126a13d7-eea3-45c9-8daf-4def179c1d34",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth favorite album of the year! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}