Information about plays

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

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

{
    "id": 3437387,
    "uri": "https://api.kexp.org/v2/plays/3437387/?format=api",
    "airdate": "2024-12-13T01:57:57-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia801308.us.archive.org/15/items/mbid-0814039e-0a20-4c7a-b5e2-47f7eb34917c/mbid-0814039e-0a20-4c7a-b5e2-47f7eb34917c-37978931033_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/15/items/mbid-0814039e-0a20-4c7a-b5e2-47f7eb34917c/mbid-0814039e-0a20-4c7a-b5e2-47f7eb34917c-37978931033_thumb250.jpg",
    "song": "Fishbrain",
    "track_id": "f2cac498-4fb8-4e4d-8335-c55a59eea661",
    "recording_id": "314108ed-02b2-4904-a5f7-7eca45e385fd",
    "artist": "Mount Kimbie",
    "artist_ids": [
        "4a3a5fc0-af4b-4990-957b-8d94f7bfe706"
    ],
    "album": "The Sunset Violent",
    "release_id": "0814039e-0a20-4c7a-b5e2-47f7eb34917c",
    "release_group_id": "73dad69e-7f7e-43c8-b2ac-469dc929fc9e",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2024-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Made my shortlist for top 10 records of the year",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}