Information about plays

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

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

{
    "id": 375335,
    "uri": "https://api.kexp.org/v2/plays/375335/?format=api",
    "airdate": "2019-09-01T18:20:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lay Down the Law",
    "track_id": "c565896c-fbbd-3404-a11a-7fbb56e4fc13",
    "recording_id": null,
    "artist": "G. Love & Special Sauce",
    "artist_ids": [
        "dbf7c761-e332-467b-b4d9-aafe06bbcf8f"
    ],
    "album": "Yeah, It’s That Easy",
    "release_id": "aec2efda-6525-45c8-9765-50421715dbdc",
    "release_group_id": null,
    "labels": [
        "OKeh"
    ],
    "label_ids": [
        "968ea5bb-1662-4bcd-beea-9a97ba8b30ca"
    ],
    "release_date": "1997-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}