Information about plays

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

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

{
    "id": 3415578,
    "uri": "https://api.kexp.org/v2/plays/3415578/?format=api",
    "airdate": "2024-10-21T16:24:31-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "https://coverartarchive.org/release/1baa4900-2dbd-45c0-a250-6d8cb37b7910/14304451050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1baa4900-2dbd-45c0-a250-6d8cb37b7910/14304451050-250.jpg",
    "song": "Do What You Do",
    "track_id": null,
    "recording_id": "cf107546-5952-421f-b092-be72be43e44d",
    "artist": "Mitzi Gaynor",
    "artist_ids": [
        "d5500491-0676-4fa1-ba88-5e4bc0b74449"
    ],
    "album": "Mitzi",
    "release_id": null,
    "release_group_id": "d0ef82d8-85f9-3d8b-9895-828b5cd8ea8d",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Mitzi Gaynor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}