Information about plays

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

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

{
    "id": 3416449,
    "uri": "https://api.kexp.org/v2/plays/3416449/?format=api",
    "airdate": "2024-10-23T21:09:00-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiger",
    "track_id": null,
    "recording_id": null,
    "artist": "Movie Club",
    "artist_ids": [
        "cb331ec3-72af-4d8c-825a-63f79d56a651"
    ],
    "album": "Great White",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Movie Club"
    ],
    "label_ids": [],
    "release_date": "2023-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Movie Club’s first show was for a party hosted by Foo Fighters and headlined by The Doors’ Robby Krieger\"https://bigtakeover.com/recordings/movie-club-great-white-self-released",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}