Information about plays

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

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

{
    "id": 3416811,
    "uri": "https://api.kexp.org/v2/plays/3416811/?format=api",
    "airdate": "2024-10-24T18:45:13-07:00",
    "show": 61662,
    "show_uri": "https://api.kexp.org/v2/shows/61662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Ever Feel Better",
    "track_id": "4ef98002-6f40-3ecb-82df-1a28096096b2",
    "recording_id": "7cc46492-9066-4c3f-8ddf-0f650404d107",
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "United",
    "release_id": "714d92af-7538-48cb-ad06-a6ef645c515a",
    "release_group_id": "bd267132-24e5-3eda-9f9a-47ef8ec34aa7",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phoenix formed in Versailles, France in the 1990s - they acted as the backing band for Air on several TV appearances\n\nOn August 11 2024, they performed live during the Paris Summer Olympics closing ceremony, alongside Kavinsky and Angèle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}