Information about plays

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

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

{
    "id": 353170,
    "uri": "https://api.kexp.org/v2/plays/353170/?format=api",
    "airdate": "2019-07-11T19:12:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Actin' Single (I'm Drinking Doubles)",
    "track_id": "ed55a2a6-4df9-3a95-a93f-8afc1a9f6d9c",
    "recording_id": null,
    "artist": "Gary Stewart",
    "artist_ids": [
        "cc8337c4-2e82-4392-9b56-1283fb0a6015"
    ],
    "album": "Out of Hand",
    "release_id": "38e679d4-fe96-4e95-8f1b-8cb6dbcb76e7",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1975",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}