Information about plays

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

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

{
    "id": 377883,
    "uri": "https://api.kexp.org/v2/plays/377883/?format=api",
    "airdate": "2019-09-07T09:39:23-07:00",
    "show": 6287,
    "show_uri": "https://api.kexp.org/v2/shows/6287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dub with Garvey",
    "track_id": "87502521-c0e5-3c2e-b0cb-b7d70b104941",
    "recording_id": null,
    "artist": "Icebreakers With The Diamonds",
    "artist_ids": [],
    "album": "Planet Mars Dub",
    "release_id": "52681a81-7373-4815-a9a6-a79c31a41ef0",
    "release_group_id": null,
    "labels": [
        "Front Line Records"
    ],
    "label_ids": [
        "002f2fd7-3d44-4083-ae18-5b19886795b1"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}