Information about plays

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

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

{
    "id": 3422404,
    "uri": "https://api.kexp.org/v2/plays/3422404/?format=api",
    "airdate": "2024-11-07T06:46:26-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time to Say Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "Fred Rogers",
    "artist_ids": [],
    "album": "Mr Rogers Neighborhood",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the wise words of Mr. Rogers... \"I like you just the way you are...It's such a good feeling to know we're lifelong friends.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}