Information about plays

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

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

{
    "id": 431682,
    "uri": "https://api.kexp.org/v2/plays/431682/?format=api",
    "airdate": "2001-06-05T20:36:00-07:00",
    "show": 7261,
    "show_uri": "https://api.kexp.org/v2/shows/7261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "THE BLESSING FOR THE WORLD FROM GOD ONLY",
    "track_id": null,
    "recording_id": null,
    "artist": "Bachir Attar",
    "artist_ids": [
        "2a5b912e-c820-4dc3-bee2-8a06088fd315"
    ],
    "album": "MASTER MUSICIANS OF JAJOUKA FET. BACHIR ATTAR",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Point Music"
    ],
    "label_ids": [
        "1f087562-5df9-4780-b26a-0c8d9439b361"
    ],
    "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"
}