Information about plays

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

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

{
    "id": 3437359,
    "uri": "https://api.kexp.org/v2/plays/3437359/?format=api",
    "airdate": "2024-12-13T00:11:37-08:00",
    "show": 62093,
    "show_uri": "https://api.kexp.org/v2/shows/62093/?format=api",
    "image_uri": "https://coverartarchive.org/release/102ce20f-c609-4208-94f8-e561d3ec472d/31263842993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/102ce20f-c609-4208-94f8-e561d3ec472d/31263842993-250.jpg",
    "song": "Morning Sickness",
    "track_id": null,
    "recording_id": "dfffd1a2-046c-4d4c-9697-c7bcfed61d47",
    "artist": "Larry Coryell",
    "artist_ids": [
        "5a8f286f-cb7c-4e31-b021-935173f160ed"
    ],
    "album": "Coryell",
    "release_id": null,
    "release_group_id": "b4a987e7-3515-3dc2-a178-74a9cc027024",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}