Information about plays

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

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

{
    "id": 377236,
    "uri": "https://api.kexp.org/v2/plays/377236/?format=api",
    "airdate": "2019-09-05T23:12:52-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d35e29e-0ccb-435b-9232-f4e028100ef5/23539272473-250.jpg",
    "thumbnail_uri": "",
    "song": "Take It Back (feat. Arca, Joba & Justine Skye)",
    "track_id": "f520040a-3168-4891-9837-ea891d385e47",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Angel's Pulse",
    "release_id": "9d35e29e-0ccb-435b-9232-f4e028100ef5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blood Orange teams with an eclectic crop of guests for his song “Take It Back,” enlisting BROCKHAMPTON rapper Joba, Venezuelan producer-vocalist Arca, and New York R&B singer Justine Skye.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}