Information about plays

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

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

{
    "id": 3421717,
    "uri": "https://api.kexp.org/v2/plays/3421717/?format=api",
    "airdate": "2024-11-05T12:15:21-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://coverartarchive.org/release/193be930-94f7-340a-9131-70185d22d238/5095748553-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/193be930-94f7-340a-9131-70185d22d238/5095748553-250.jpg",
    "song": "Till the Morning Comes",
    "track_id": null,
    "recording_id": "3fecbe0e-0caa-4a9f-9872-eb8bac9c529a",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "American Beauty",
    "release_id": null,
    "release_group_id": "994c2c59-d32f-304e-8f53-bda17a254f52",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Grateful Dead's harmonies are lovely on this song written by Jerry Garcia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}