Information about plays

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

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

{
    "id": 429005,
    "uri": "https://api.kexp.org/v2/plays/429005/?format=api",
    "airdate": "2001-05-28T19:46:40-07:00",
    "show": 7210,
    "show_uri": "https://api.kexp.org/v2/shows/7210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diom",
    "track_id": null,
    "recording_id": null,
    "artist": "Galaxy",
    "artist_ids": [
        "ae3ff4b2-5a30-433f-acbb-953c41ccadf8"
    ],
    "album": "Nobeel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Global Music Centre"
    ],
    "label_ids": [
        "1503c5f9-e626-4c39-a353-7c081c6b0cf0"
    ],
    "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"
}