Information about plays

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

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

{
    "id": 3429461,
    "uri": "https://api.kexp.org/v2/plays/3429461/?format=api",
    "airdate": "2024-11-24T10:56:10-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stagger Lee",
    "track_id": null,
    "recording_id": null,
    "artist": "Teddy Hill and his Southern Soul",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rice"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another version of the murder ballad of “Stagger” Lee Shelton that took place in St Louis, MS in 1895.\nhttps://missourilife.com/real-story-behind-bad-man-stagger-lee-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}