Information about plays

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

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

{
    "id": 3422181,
    "uri": "https://api.kexp.org/v2/plays/3422181/?format=api",
    "airdate": "2024-11-06T18:01:43-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "https://ia801707.us.archive.org/17/items/mbid-8f118f74-22ea-41dd-9e3d-3186203487f9/mbid-8f118f74-22ea-41dd-9e3d-3186203487f9-9783932475_thumb500.jpg",
    "thumbnail_uri": "https://ia801707.us.archive.org/17/items/mbid-8f118f74-22ea-41dd-9e3d-3186203487f9/mbid-8f118f74-22ea-41dd-9e3d-3186203487f9-9783932475_thumb250.jpg",
    "song": "State of the Nation",
    "track_id": "abd74a38-8d01-30fb-8a0e-c28164424c94",
    "recording_id": "3ac3db95-8998-4f09-a2ca-af08f59062f7",
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030",
    "release_id": "8f118f74-22ea-41dd-9e3d-3186203487f9",
    "release_group_id": "a55be3b5-1d86-317a-ac22-49655313bae0",
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling both The Mohawks and Placebo, this song featured vocals from Damon Albarn of Blur and Gorillaz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}