Information about plays

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

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

{
    "id": 366142,
    "uri": "https://api.kexp.org/v2/plays/366142/?format=api",
    "airdate": "2019-08-11T21:07:00-07:00",
    "show": 6107,
    "show_uri": "https://api.kexp.org/v2/shows/6107/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silence On The Wall",
    "track_id": "a3312632-96d4-4755-81e2-43ccd573ed3a",
    "recording_id": null,
    "artist": "Weval",
    "artist_ids": [
        "cda72260-9583-4fc5-95a2-ce5de94d7c99"
    ],
    "album": "The Weight",
    "release_id": "b18cd102-5083-457a-b035-f26326c85009",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}