Information about plays

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

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

{
    "id": 379620,
    "uri": "https://api.kexp.org/v2/plays/379620/?format=api",
    "airdate": "2019-09-11T16:41:54-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/253af493-6d34-3a8f-a8f9-aac02e02f6cf/3374992371-250.jpg",
    "thumbnail_uri": "",
    "song": "The Seed (2.0)",
    "track_id": "bbeb3a0f-6f10-3c5f-b4a1-c403f7b936bf",
    "recording_id": null,
    "artist": "The Roots feat. Cody ChesnuTT",
    "artist_ids": [
        "cd103368-a248-44d6-90d7-ed36afda8d7d"
    ],
    "album": "Phrenology",
    "release_id": "253af493-6d34-3a8f-a8f9-aac02e02f6cf",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great NPR review of Cody's \"My Love Divine Degree\" album. Read more about how Kanye West became an unlikely collaborator on that album: https://n.pr/2kwXkyn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}