Information about plays

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

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

{
    "id": 3422318,
    "uri": "https://api.kexp.org/v2/plays/3422318/?format=api",
    "airdate": "2024-11-07T02:12:48-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e41f472-ed3d-41ef-a5fe-956d6e1aeecc/15237019660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e41f472-ed3d-41ef-a5fe-956d6e1aeecc/15237019660-250.jpg",
    "song": "If You Don't Get It the First Time, Back Up and Try It Again",
    "track_id": null,
    "recording_id": "f8f91f87-b9ab-45d5-a56d-9ac81706449d",
    "artist": "Fred Wesley & The JBs",
    "artist_ids": [],
    "album": "Funky Good Time: The Anthology",
    "release_id": null,
    "release_group_id": "5a8c0674-cae0-3127-8bc5-d4067a4192aa",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}