Information about plays

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

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

{
    "id": 351786,
    "uri": "https://api.kexp.org/v2/plays/351786/?format=api",
    "airdate": "2019-07-08T17:21:21-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1f4816a-ce16-4f34-8e16-c1e15a5432ab/23396094325-250.jpg",
    "thumbnail_uri": "",
    "song": "Poisoned Stones",
    "track_id": "6fb00d2b-2e10-4dfe-91d7-7799e798663c",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Face Stabber",
    "release_id": "f1f4816a-ce16-4f34-8e16-c1e15a5432ab",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Next month, John Dwyer’s prolific California garage-rock institution Oh Sees are releasing a new double album called Face Stabber; according to a press release, “This album is Soundcloud hip-hop reversed, a far flung nemesis of contemporary country and flaccid algorithmic pop-barf.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}