Information about plays

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

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

{
    "id": 3415041,
    "uri": "https://api.kexp.org/v2/plays/3415041/?format=api",
    "airdate": "2024-10-20T09:52:11-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh Me Oh My",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Sam and The People People",
    "artist_ids": [
        "6d29e74a-bf71-4083-9b6d-b8e727c80955"
    ],
    "album": "Again! Again!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tape Dad"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Orleans based musician ventured up to the PNW to get inspired and record this album live to tape in the summer of 2023 on the shores of the Puget Sound at Unknown Studios in Anacortes.\n\nhttps://mrsam.bandcamp.com/album/again-again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}