Information about plays

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

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

{
    "id": 3428985,
    "uri": "https://api.kexp.org/v2/plays/3428985/?format=api",
    "airdate": "2024-11-23T06:36:11-08:00",
    "show": 61923,
    "show_uri": "https://api.kexp.org/v2/shows/61923/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c6f2a35-4288-4f5d-9eec-97ca32e2a226/32304157771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c6f2a35-4288-4f5d-9eec-97ca32e2a226/32304157771-250.jpg",
    "song": "Passin’ Me By",
    "track_id": null,
    "recording_id": "cadb7520-b30f-4072-9e01-04bbe8d2524a",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Bizarre Ride II the Pharcyde",
    "release_id": null,
    "release_group_id": "c799ef0c-f038-364b-972b-51f52d794781",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "1992-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}