Information about plays

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

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

{
    "id": 3419028,
    "uri": "https://api.kexp.org/v2/plays/3419028/?format=api",
    "airdate": "2024-10-29T22:40:08-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://ia801600.us.archive.org/30/items/mbid-60c1e000-91a8-4749-bd21-bebcbcbea847/mbid-60c1e000-91a8-4749-bd21-bebcbcbea847-2124187920_thumb500.jpg",
    "thumbnail_uri": "https://ia801600.us.archive.org/30/items/mbid-60c1e000-91a8-4749-bd21-bebcbcbea847/mbid-60c1e000-91a8-4749-bd21-bebcbcbea847-2124187920_thumb250.jpg",
    "song": "Paper Planes",
    "track_id": "615082fd-e2fc-3ca5-8120-fddaf01de23d",
    "recording_id": "09f03130-4b30-46d8-a2cd-81f8ef9bb97b",
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Kala",
    "release_id": "60c1e000-91a8-4749-bd21-bebcbcbea847",
    "release_group_id": "44261ea6-06cf-3fd3-a05c-42dee49c295a",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2007-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sri Lankan artist based in the UK. https://www.allmusic.com/artist/mia-mn0000388773",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}