Information about plays

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

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

{
    "id": 3428069,
    "uri": "https://api.kexp.org/v2/plays/3428069/?format=api",
    "airdate": "2024-11-21T01:59:19-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia902209.us.archive.org/23/items/mbid-743e99c4-d394-48f5-8c25-febcf1a3046f/mbid-743e99c4-d394-48f5-8c25-febcf1a3046f-31462420113_thumb500.jpg",
    "thumbnail_uri": "https://ia802209.us.archive.org/23/items/mbid-743e99c4-d394-48f5-8c25-febcf1a3046f/mbid-743e99c4-d394-48f5-8c25-febcf1a3046f-31462420113_thumb250.jpg",
    "song": "Creepy Jackalope Eye",
    "track_id": "ff7efbcb-8d8e-3e19-95a6-c6cb6628fe20",
    "recording_id": "3b51a1b7-5d5d-4199-9d12-d22a696d3cf7",
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "La Mano Cornuda",
    "release_id": "743e99c4-d394-48f5-8c25-febcf1a3046f",
    "release_group_id": "fadaabae-23c0-3ea9-b10d-03acad909f83",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-03-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}