Information about plays

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

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

{
    "id": 3420613,
    "uri": "https://api.kexp.org/v2/plays/3420613/?format=api",
    "airdate": "2024-11-02T20:48:59-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing To Lose",
    "track_id": "3ff8c8be-803e-41a8-97a8-7e48f178fc64",
    "recording_id": "c765c8f8-a3a2-49a7-b201-07554ee8ebe8",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Little Rope (Deluxe)",
    "release_id": "c8e827c2-fcb7-4a1c-97c4-74312de9fb41",
    "release_group_id": "e4ab7c8a-0a81-4419-9cf4-6b1c1c900997",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of two songs included on the recently-released deluxe edition of Sleater-Kinney's newest record, Little Rope!\n\nhttps://sleaterkinney.bandcamp.com/album/little-rope-deluxe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}