Information about plays

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

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

{
    "id": 371271,
    "uri": "https://api.kexp.org/v2/plays/371271/?format=api",
    "airdate": "2019-08-23T11:43:00-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/cc6dc3ae-b6c0-490a-910e-07936342e7fb/23723372819-250.jpg",
    "thumbnail_uri": "",
    "song": "Good Ones",
    "track_id": "1162754c-6b46-4874-9fee-0249d4f6c65c",
    "recording_id": null,
    "artist": "Slaughter Beach, Dog",
    "artist_ids": [
        "9969f247-ce03-4b25-927f-c00c51ecedbe"
    ],
    "album": "Safe and Also No Fear",
    "release_id": "cc6dc3ae-b6c0-490a-910e-07936342e7fb",
    "release_group_id": null,
    "labels": [
        "Lame-O Records"
    ],
    "label_ids": [
        "8abf1ffc-dc27-4d93-a7ec-73cbaa08e65c"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}