Information about plays

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

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

{
    "id": 3413273,
    "uri": "https://api.kexp.org/v2/plays/3413273/?format=api",
    "airdate": "2024-10-16T06:07:23-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Along the Watchtower",
    "track_id": null,
    "recording_id": "2d470c6c-915a-45f7-ac74-a358cff22fbb",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": null,
    "release_group_id": "47ba2d59-5544-34a4-b108-dc08c0956298",
    "labels": [],
    "label_ids": [],
    "release_date": "1968-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jimi Hendrix Experience release the double album 'Electric Ladyland\" on this day in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}