Information about plays

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

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

{
    "id": 3421357,
    "uri": "https://api.kexp.org/v2/plays/3421357/?format=api",
    "airdate": "2024-11-04T15:27:04-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d1725f4-23b5-420e-8b97-eee36cdfeb8e/3717776451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d1725f4-23b5-420e-8b97-eee36cdfeb8e/3717776451-250.jpg",
    "song": "It's My Party",
    "track_id": null,
    "recording_id": "856fdcf4-0e1b-4c78-93c5-333102d5163c",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Q: Soul Bossa Nostra",
    "release_id": null,
    "release_group_id": "95a203fe-8920-4574-8e68-0b011c896aaa",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2010-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}