Information about plays

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

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

{
    "id": 3339787,
    "uri": "https://api.kexp.org/v2/plays/3339787/?format=api",
    "airdate": "2024-04-25T06:05:04-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "https://ia600305.us.archive.org/24/items/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d-4808490826_thumb500.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/24/items/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d/mbid-1b42d466-9ee3-34bf-896d-e338546bae9d-4808490826_thumb250.jpg",
    "song": "Ooh La La",
    "track_id": "3fb32eb7-3740-3cd7-9290-fd8d15cacb02",
    "recording_id": "17e27fa2-f48f-4cb9-9712-1b990ea77b54",
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Supernature",
    "release_id": "1b42d466-9ee3-34bf-896d-e338546bae9d",
    "release_group_id": "237b9e12-c7e2-388f-a37e-3be768518b71",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ooh La La\" by Goldfrapp sampled Norman Greenbaum's \"Spirit in the Sky\".",
    "play_type": "trackplay"
}