Information about plays

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

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

{
    "id": 357621,
    "uri": "https://api.kexp.org/v2/plays/357621/?format=api",
    "airdate": "2019-07-22T11:30:25-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8e595ae-969a-4458-9333-9140e2243475/16432011219-250.jpg",
    "thumbnail_uri": "",
    "song": "Mister Love",
    "track_id": "e19b86ef-49a1-3dd9-9937-98d06e2647ee",
    "recording_id": null,
    "artist": "Toadies",
    "artist_ids": [
        "066e598e-baa0-4e34-b511-c70bcec6f783"
    ],
    "album": "Rubberneck",
    "release_id": "d8e595ae-969a-4458-9333-9140e2243475",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1994-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Ft. Worth, TX. https://thetoadies.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}