Information about plays

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

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

{
    "id": 3429429,
    "uri": "https://api.kexp.org/v2/plays/3429429/?format=api",
    "airdate": "2024-11-24T09:06:47-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/77394dfe-691f-4c6b-885c-1d5374d583be/24299588492-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77394dfe-691f-4c6b-885c-1d5374d583be/24299588492-250.jpg",
    "song": "Nine Hundred Miles",
    "track_id": null,
    "recording_id": "f8f5dae9-7d1d-4d59-b2c8-29fd7e7f6131",
    "artist": "Barbara Dane",
    "artist_ids": [
        "5027c984-738d-4efe-a9ba-af52b93a131f"
    ],
    "album": "When I Was A Young Girl",
    "release_id": null,
    "release_group_id": "59533db1-0555-4a0f-8b75-d3c20e48d863",
    "labels": [
        "Horizon Records"
    ],
    "label_ids": [
        "2514829c-5ff1-4f41-a91c-4b368ea2af22"
    ],
    "release_date": "1962-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We just lost this singer, activist, and as Louis Armstrong once described here, “a gasser!” Read more about her long life in music and social justice. https://www.theguardian.com/music/2024/oct/21/barbara-dane-bob-dylan-folk-blues-activism",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}