Information about plays

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

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

{
    "id": 372894,
    "uri": "https://api.kexp.org/v2/plays/372894/?format=api",
    "airdate": "2019-08-27T08:02:45-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/84dfc163-4782-4380-9223-694dd08d9776/4475455166-250.jpg",
    "thumbnail_uri": "",
    "song": "Mama Said Knock You Out",
    "track_id": "8262dd44-9479-39be-b813-ace36ce4496e",
    "recording_id": null,
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "All World",
    "release_id": "84dfc163-4782-4380-9223-694dd08d9776",
    "release_group_id": null,
    "labels": [
        "Def Jam Music Group"
    ],
    "label_ids": [
        "e2ed0cac-6b4e-4d54-b211-79bcce7d65eb"
    ],
    "release_date": "1996-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album, Mama Said Knock You Out was released on this day in 1990.  The title track won the Grammy award for Best Rap Solo Performance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}