Information about plays

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

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

{
    "id": 3554178,
    "uri": "https://api.kexp.org/v2/plays/3554178/?format=api",
    "airdate": "2025-09-17T12:42:21-07:00",
    "show": 64586,
    "show_uri": "https://api.kexp.org/v2/shows/64586/?format=api",
    "image_uri": "https://coverartarchive.org/release/1401fb2a-e032-448f-82bd-79bf6e6c121b/36604813086-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1401fb2a-e032-448f-82bd-79bf6e6c121b/36604813086-250.jpg",
    "song": "Mistaken for Strangers",
    "track_id": null,
    "recording_id": "7eea0b53-9e19-4302-99d3-8c5cf8ac7ade",
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "Boxer",
    "release_id": null,
    "release_group_id": "9facb475-4c5f-369b-9b93-1280e6669090",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2007-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matt Berninger of The National recorded a Live on KEXP session earlier this year! Check out the video here: https://www.youtube.com/watch?v=EsCVQHcxBig\n\n--\n\nBoxer is the fourth studio album by The National. \n\nShould you be hungry for more, here's The National performing live in the KEXP studio back in 2017 - https://www.youtube.com/watch?v=UKOq5rAFoJw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}