Information about plays

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

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

{
    "id": 3428429,
    "uri": "https://api.kexp.org/v2/plays/3428429/?format=api",
    "airdate": "2024-11-21T22:50:13-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/814a7e3a-70df-4a1b-bc61-753be6a6bc00/34106307143-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/814a7e3a-70df-4a1b-bc61-753be6a6bc00/34106307143-250.jpg",
    "song": "Fascination",
    "track_id": null,
    "recording_id": "e4c96548-40ad-4b4e-af63-d991d2e08910",
    "artist": "LeVert",
    "artist_ids": [
        "238ad296-7c8e-49e2-afb6-cd2a08553831"
    ],
    "album": "Bloodline",
    "release_id": null,
    "release_group_id": "d4b0be60-4140-459c-a25c-23180c80470d",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}