Information about plays

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

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

{
    "id": 530706,
    "uri": "https://api.kexp.org/v2/plays/530706/?format=api",
    "airdate": "2002-03-24T18:48:00-08:00",
    "show": 9189,
    "show_uri": "https://api.kexp.org/v2/shows/9189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul (feat. Blue Black of the Unspoken Heard)",
    "track_id": "965b4f81-326a-44f3-be0d-1f58721e5084",
    "recording_id": null,
    "artist": "Asheru",
    "artist_ids": [
        "935da925-1d42-420d-885b-f22c375b51ae"
    ],
    "album": "Mixwell Key Notes",
    "release_id": "ab00fc93-a05a-4002-8818-bbf5994b50e6",
    "release_group_id": null,
    "labels": [
        "Heads Up"
    ],
    "label_ids": [
        "fbd4ab15-7030-46c4-9419-217567e7c9c8"
    ],
    "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"
}