Information about plays

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

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

{
    "id": 3422561,
    "uri": "https://api.kexp.org/v2/plays/3422561/?format=api",
    "airdate": "2024-11-07T16:23:10-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia801604.us.archive.org/9/items/mbid-6fb339e9-5fe3-4041-99b7-e0fdcb0ca0ec/mbid-6fb339e9-5fe3-4041-99b7-e0fdcb0ca0ec-35176220062_thumb500.jpg",
    "thumbnail_uri": "https://ia601604.us.archive.org/9/items/mbid-6fb339e9-5fe3-4041-99b7-e0fdcb0ca0ec/mbid-6fb339e9-5fe3-4041-99b7-e0fdcb0ca0ec-35176220062_thumb250.jpg",
    "song": "Fear Evil Like Fire",
    "track_id": "ba42d442-83a6-485e-9065-35afcadd08e9",
    "recording_id": "5ca9ee9d-1b67-46d9-acc7-532c14b20e12",
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "Praise A Lord Who Chews But Which Does Not Consume; (Or Simply: Hot Between Worlds)",
    "release_id": "6fb339e9-5fe3-4041-99b7-e0fdcb0ca0ec",
    "release_group_id": "7a7d42ce-73e2-433d-a774-148eb8727e0a",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2023-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live performance of \"Fear Evil Like Fire\" from London: https://www.youtube.com/watch?v=lxNXX3jXVE4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}