Information about plays

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

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

{
    "id": 375363,
    "uri": "https://api.kexp.org/v2/plays/375363/?format=api",
    "airdate": "2019-09-01T20:29:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Steppin' Out",
    "track_id": "b827afd1-0737-3944-bd14-8020c48561db",
    "recording_id": null,
    "artist": "Joe Jackson",
    "artist_ids": [
        "07f6d469-38f3-46da-9cfa-2f532422b84e"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Joe Jackson",
    "release_id": "2e198434-8ca1-4cc1-9eb0-cd66837e9483",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "2001-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}