Information about plays

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

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

{
    "id": 3422026,
    "uri": "https://api.kexp.org/v2/plays/3422026/?format=api",
    "airdate": "2024-11-06T07:56:53-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Float",
    "track_id": null,
    "recording_id": "3b6a3dc9-44c7-47ef-82b0-ec652df62d79",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Stories From the City, Stories From the Sea",
    "release_id": null,
    "release_group_id": "71641af7-d122-326a-b0bb-f76a8d09810c",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}