Information about plays

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

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

{
    "id": 348477,
    "uri": "https://api.kexp.org/v2/plays/348477/?format=api",
    "airdate": "2019-07-01T03:44:18-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eclipse Solar",
    "track_id": "99fb614b-32e5-4a02-97cd-5910c0ca41a8",
    "recording_id": null,
    "artist": "Mint Field",
    "artist_ids": [
        "561d322a-4950-4026-99f8-03f7eecbb5cf"
    ],
    "album": "Mientras Esperas",
    "release_id": "48be2bc6-9c1b-4664-b00c-fc4a68fbd00f",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "for jan and in honor of the solar eclipse tomorrow!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}