Information about plays

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

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

{
    "id": 3415805,
    "uri": "https://api.kexp.org/v2/plays/3415805/?format=api",
    "airdate": "2024-10-22T05:26:53-07:00",
    "show": 61642,
    "show_uri": "https://api.kexp.org/v2/shows/61642/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Time Killing Floor Blues",
    "track_id": null,
    "recording_id": "55983d98-5b83-4870-8d91-d079f8741972",
    "artist": "Skip James",
    "artist_ids": [
        "f205743d-4441-471d-a3af-66f584738e29"
    ],
    "album": "Blues From the Delta",
    "release_id": null,
    "release_group_id": "c3f12ff3-4d65-3a2a-9d60-af43179e4355",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was originally recorded by Skip James in 1931 in Grafton, Wisconsin. It was part of a session where James recorded 18 tracks in one night for Paramount Records in a makeshift studio in a chair factory attic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}