Information about plays

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

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

{
    "id": 3413002,
    "uri": "https://api.kexp.org/v2/plays/3413002/?format=api",
    "airdate": "2024-10-15T14:18:22-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ordinary Joe",
    "track_id": null,
    "recording_id": "f24e5e2c-1e50-4a9a-84ac-9fe6aef290c4",
    "artist": "Terry Callier",
    "artist_ids": [
        "44fd61e1-119c-479e-8301-8ac5c77148bf"
    ],
    "album": "Turn You to Love",
    "release_id": null,
    "release_group_id": "dfaadf7f-26a2-3277-aa9c-b2b1ae345b15",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Same Label as Howlin Wolf Produced by: Charles Stepney feat. Kitty Haywood on background vocals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}