Information about plays

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

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

{
    "id": 3421564,
    "uri": "https://api.kexp.org/v2/plays/3421564/?format=api",
    "airdate": "2024-11-05T03:48:34-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Help Me Make It Through the Night",
    "track_id": null,
    "recording_id": "4fcbc37d-3fde-424e-8984-3dc3513f1104",
    "artist": "Kris Kristofferson",
    "artist_ids": [
        "cb1ca13a-4821-4e66-aff0-0fd6b3dc9a81"
    ],
    "album": "Kristofferson",
    "release_id": null,
    "release_group_id": "1052b616-c5c9-437b-9dd9-73cd79135bad",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Pat in Ohio!\n\nKristofferson said the song was inspired by a Frank Sinatra quote, “I’m for anything that gets you through the night, be it prayer, tranquilizers or a bottle of Jack Daniel’s.”\n\nhttps://americansongwriter.com/the-frank-sinatra-playboy-interview-that-inspired-kris-kristoffersons-1970-no-1-help-me-make-it-through-the-night/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}