Information about plays

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

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

{
    "id": 3419031,
    "uri": "https://api.kexp.org/v2/plays/3419031/?format=api",
    "airdate": "2024-10-29T22:47:47-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://coverartarchive.org/release/e289452e-292b-455d-9e4b-da9319d1ed23/36124994535-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e289452e-292b-455d-9e4b-da9319d1ed23/36124994535-250.jpg",
    "song": "Dracula",
    "track_id": null,
    "recording_id": "52071435-a9a8-48ca-901c-492cf387c286",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Gorillaz",
    "release_id": null,
    "release_group_id": "b0405d2a-5720-340a-bb56-4e135d031cc2",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2001-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://gorillaz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}