Information about plays

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

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

{
    "id": 3420873,
    "uri": "https://api.kexp.org/v2/plays/3420873/?format=api",
    "airdate": "2024-11-03T10:54:41-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/357fce4e-d990-4e2a-8b8a-4db51bffdf38/34039202347-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/357fce4e-d990-4e2a-8b8a-4db51bffdf38/34039202347-250.jpg",
    "song": "Old Man Atom (Talking Atomic Blues)",
    "track_id": null,
    "recording_id": "968f7f1c-525f-4eca-a90a-faa89f9eac7a",
    "artist": "Sam Hinton",
    "artist_ids": [
        "d845a040-d8a4-4fc9-b6f0-50de451eeacc"
    ],
    "album": "Troubadours: Folk and the Roots of American Music, Part 1",
    "release_id": null,
    "release_group_id": "e0a2c127-977b-4b9c-a4bb-0a86da759535",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When it was released on Columbia in 1950 and played on NYC radio listener response was overwhelmingly supportive, but soon there was a right-wing backlash, accusing the song of communism, and it was pulled from distribution.\nhttp://samhinton.org/atom.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}