Information about plays

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

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

{
    "id": 3422062,
    "uri": "https://api.kexp.org/v2/plays/3422062/?format=api",
    "airdate": "2024-11-06T10:23:01-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia803000.us.archive.org/17/items/mbid-03f7f036-31b2-34a2-96cc-7e33f2c55ccf/mbid-03f7f036-31b2-34a2-96cc-7e33f2c55ccf-9822085962_thumb500.jpg",
    "thumbnail_uri": "https://ia903000.us.archive.org/17/items/mbid-03f7f036-31b2-34a2-96cc-7e33f2c55ccf/mbid-03f7f036-31b2-34a2-96cc-7e33f2c55ccf-9822085962_thumb250.jpg",
    "song": "Shine a Light",
    "track_id": "7df99dbb-4066-3827-9af2-98b1433af185",
    "recording_id": "90929d20-02ed-4408-8faa-fa87f83b87bf",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "03f7f036-31b2-34a2-96cc-7e33f2c55ccf",
    "release_group_id": "d147f6f8-1ca1-3df0-acd9-3c81808f2822",
    "labels": [
        "Outside Music"
    ],
    "label_ids": [
        "0ada74b4-2436-4b3b-82b8-480067ab8c82"
    ],
    "release_date": "2005-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's Martin Douglas wrote a great feature about the standing power of this album, check it out here:\nhttps://www.kexp.org/read/2022/7/7/throwaway-style-wolf-parade-apologies-queen-mary-retrospective-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}