Information about plays

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

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

{
    "id": 3428144,
    "uri": "https://api.kexp.org/v2/plays/3428144/?format=api",
    "airdate": "2024-11-21T06:04:11-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia801205.us.archive.org/34/items/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47-11928667218_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/34/items/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47/mbid-99512dd6-99fe-44f5-aaa5-38b79c8b0e47-11928667218_thumb250.jpg",
    "song": "Notorious",
    "track_id": "0d1feb27-46ad-4899-baec-57d0f5a4cb13",
    "recording_id": "e5eb3826-bca2-48f0-b2b8-ff1dc9b9392e",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Notorious",
    "release_id": "99512dd6-99fe-44f5-aaa5-38b79c8b0e47",
    "release_group_id": "c59da6f6-779e-35ff-8828-7149f7bff411",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1986-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1986 Duran Duran released their fourth studio album Notorious. Produced with Nile Rodgers, who also plays guitar on it, it features singles \"Notorious\" and \"Skin Trade\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}