Information about plays

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

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

{
    "id": 2676376,
    "uri": "https://api.kexp.org/v2/plays/2676376/?format=api",
    "airdate": "2019-12-21T14:25:11-08:00",
    "show": 46195,
    "show_uri": "https://api.kexp.org/v2/shows/46195/?format=api",
    "image_uri": "https://coverartarchive.org/release/8101fc2c-a9d1-420e-a5e0-55f66815213f/24224730541-250.jpg",
    "thumbnail_uri": "",
    "song": "Snowfall",
    "track_id": "3d79c43e-8a53-3d37-bf4b-4393d5de1d56",
    "recording_id": null,
    "artist": "The Halo Benders",
    "artist_ids": [
        "859c297a-f739-45f2-ac58-401eeb2d017f"
    ],
    "album": "God Don’t Make No Junk",
    "release_id": "8101fc2c-a9d1-420e-a5e0-55f66815213f",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}