Information about plays

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

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

{
    "id": 379513,
    "uri": "https://api.kexp.org/v2/plays/379513/?format=api",
    "airdate": "2019-09-11T10:33:10-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chelsea Hotel ’78",
    "track_id": "a8126998-cd09-3c26-8910-62c48fea899c",
    "recording_id": null,
    "artist": "Alejandro Escovedo",
    "artist_ids": [
        "bf103bec-70e3-45a5-9d1b-97715db04a96"
    ],
    "album": "Real Animal",
    "release_id": "ef4998e4-dabe-4b0c-9053-d070dbd0d63a",
    "release_group_id": null,
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alejandro Escovedo and Chuck Prophet performed \"Always A Friend\" Backstage at KEXP. You can see their performance here: https://bit.ly/2mdwL1B",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}