Information about plays

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

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

{
    "id": 345690,
    "uri": "https://api.kexp.org/v2/plays/345690/?format=api",
    "airdate": "2019-06-24T21:32:44-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy on My Mind",
    "track_id": "712fcac1-006b-40ae-bb48-60651f31a7fd",
    "recording_id": null,
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "We Get By",
    "release_id": "311fcb7a-40c4-455e-bc60-61011caf9e08",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest solo album from the legendary lead vocalist with The Staple Singers was made in collaboration with Ben Harper, who produced the album along with writing all the songs. Harper’s production is subtle and sympathetic throughout, while the sound is vintage Staples with an earthy blend of blues, gospel, funk and soul. Featuring her excellent road band as accompaniment, the album combines a stripped-down sound of just guitar, bass, drums and backing vocals with Staples’ powerful lead vocals and Harper’s Staples-inspired lyrics revolving around inequality, change, love, loss, and resilience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}