Information about plays

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

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

{
    "id": 3415043,
    "uri": "https://api.kexp.org/v2/plays/3415043/?format=api",
    "airdate": "2024-10-20T09:58:17-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Family and Friends",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sons of Rainier",
    "artist_ids": [],
    "album": "Take Me Anywhere",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nothing Something Anything"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sons of Rainier is the local full band project of songwriter Devin Champlin featuring Dean Johnson, Sam Gelband (Mr. Sam & the People People), and Charlie Meyer.\n\nhttps://thesonsofrainier.bandcamp.com/album/take-me-anywhere-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}