Information about plays

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

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

{
    "id": 3437317,
    "uri": "https://api.kexp.org/v2/plays/3437317/?format=api",
    "airdate": "2024-12-12T21:37:43-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "https://coverartarchive.org/release/936707a6-3095-38cb-9261-329e0e246fd4/28637558356-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/936707a6-3095-38cb-9261-329e0e246fd4/28637558356-250.jpg",
    "song": "Giving Up the Gun",
    "track_id": null,
    "recording_id": "1a0faab0-4d62-4947-84ff-7c5dcc5b1b31",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Contra",
    "release_id": null,
    "release_group_id": "6799fd76-db3d-43bd-aa91-dffae5c4d65b",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2010-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vampire Weekend is an American rock band formed in New York City in 2006 and currently signed to Columbia Records. The band was formed by lead vocalist and guitarist Ezra Koenig, multi-instrumentalist Rostam Batmanglij, drummer Chris Tomson, and bassist Chris Baio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}