Information about plays

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

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

{
    "id": 530633,
    "uri": "https://api.kexp.org/v2/plays/530633/?format=api",
    "airdate": "2002-03-24T13:47:05-08:00",
    "show": 9187,
    "show_uri": "https://api.kexp.org/v2/shows/9187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Children of Today",
    "track_id": "197ba070-70e9-47d1-97a6-dbc988d10de6",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Living Dub, Volume 1",
    "release_id": "f2f8fa03-1ae3-416c-9d36-8dffdd2bf801",
    "release_group_id": null,
    "labels": [
        "Heart Beat"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}