Information about plays

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

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

{
    "id": 3428421,
    "uri": "https://api.kexp.org/v2/plays/3428421/?format=api",
    "airdate": "2024-11-21T22:23:42-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea533ad4-a6cb-4423-bd5e-e7b26d877b6e/33804100961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea533ad4-a6cb-4423-bd5e-e7b26d877b6e/33804100961-250.jpg",
    "song": "The Morning After",
    "track_id": null,
    "recording_id": "4ee06bef-76c1-4dab-8beb-9bfb7ec55028",
    "artist": "Curtis Hairston",
    "artist_ids": [
        "d9940800-55a8-4a07-a02e-61bfbb34e69e"
    ],
    "album": "Curtis Hairston",
    "release_id": null,
    "release_group_id": "f5d2f7ec-d8a3-4282-87cb-30f60c4793a2",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1986-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}