Information about plays

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

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

{
    "id": 3427998,
    "uri": "https://api.kexp.org/v2/plays/3427998/?format=api",
    "airdate": "2024-11-20T22:17:48-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ridin’ Out The Storm",
    "track_id": "f78e4021-5209-431f-a657-e0697f62d946",
    "recording_id": "3cee476e-bad4-4db2-a92c-784ddcaf09f1",
    "artist": "Samantha Crain",
    "artist_ids": [
        "44c66117-552e-4e4d-a969-fb0fca779267"
    ],
    "album": "Ridin’ Out The Storm",
    "release_id": "f5b7e879-71b0-4fb2-bc0d-e84817b944dc",
    "release_group_id": "ef498310-de83-4f08-beaf-715bab811fe9",
    "labels": [
        "Real Kind Records"
    ],
    "label_ids": [
        "e0f1fb88-d776-4df6-b45b-5d2399c9951c"
    ],
    "release_date": "2024-11-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Oklahoma artist Samantha Crain.\n\nhttps://soundcloud.com/samanthacrain/ridin-out-the-storm-2\n\nhttps://samanthacrain.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}