Information about plays

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

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

{
    "id": 2682258,
    "uri": "https://api.kexp.org/v2/plays/2682258/?format=api",
    "airdate": "2020-01-05T00:10:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reaping Flesh",
    "track_id": "de5fdd52-ee00-4afc-b082-a87e2443c0dd",
    "recording_id": null,
    "artist": "Black Breath",
    "artist_ids": [
        "e9df4e93-6f7a-448a-a5ac-d30c27a6d22c"
    ],
    "album": "Slaves Beyond Death",
    "release_id": "89ee9b77-aa37-4d38-b952-6bc56b068fb7",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Elijah Nelson passed away this last Friday, December 27th at age 40; https://www.facebook.com/BLACKBREATH.MUSIC/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}