Information about plays

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

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

{
    "id": 3429462,
    "uri": "https://api.kexp.org/v2/plays/3429462/?format=api",
    "airdate": "2024-11-24T10:58:38-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": "bf28ac2b-73a6-4c4b-a48b-594601a20535",
    "artist": "Shirley Ellis",
    "artist_ids": [
        "68aafb3e-cfc2-4549-8dd5-e1d8753dd697"
    ],
    "album": "The Name Game",
    "release_id": null,
    "release_group_id": "b94a1ebd-b812-4343-9d53-c105d44007e4",
    "labels": [
        "Congress"
    ],
    "label_ids": [
        "3f7908d2-1047-4772-afff-5a84ca2e5e14"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best known for co-writing and performing the songs The Nitty Gritty and The Clapping Song, Ellis covered the traditional Mississippi murder ballad song for her second album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}