Information about plays

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

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

{
    "id": 376421,
    "uri": "https://api.kexp.org/v2/plays/376421/?format=api",
    "airdate": "2019-09-04T06:45:13-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Footsteps in the Dark, Parts 1 & 2",
    "track_id": "7a33455a-837a-40a0-975a-fa930e3ba9cb",
    "recording_id": null,
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Go for Your Guns",
    "release_id": "bfd48f51-fde2-4c65-8cbe-8f22365d1a0e",
    "release_group_id": null,
    "labels": [
        "Sony Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled in 75 songs! - https://www.whosampled.com/The-Isley-Brothers/Footsteps-in-the-Dark/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}