Information about plays

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

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

{
    "id": 373071,
    "uri": "https://api.kexp.org/v2/plays/373071/?format=api",
    "airdate": "2019-08-27T16:22:24-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Walks in So Many Ways",
    "track_id": "677b64ca-2d59-34b0-b03d-fac70b78cace",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Mockingbird Time",
    "release_id": "1412a204-1d03-4f39-aba2-19d8c7604dd6",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2011-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arguably best known for his work as the lead guitarist in The Cardinals, Neal Casal also played with The Jayhawks, the Chris Robinson Brotherhood and the Hard Working Americans. As a studio session ace, he also played on records by Nelson, Jennings, Lucinda Williams, Amanda Shires and Tift Merritt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}