Information about plays

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

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

{
    "id": 1363672,
    "uri": "https://api.kexp.org/v2/plays/1363672/?format=api",
    "airdate": "2008-04-18T11:45:16-07:00",
    "show": 23810,
    "show_uri": "https://api.kexp.org/v2/shows/23810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cream",
    "track_id": "edb10bfb-dc7b-4e87-a416-3b7e23c39066",
    "recording_id": null,
    "artist": "Prince & The New Power Generation",
    "artist_ids": [
        "8a3cf5e4-2a31-4a5f-b616-5eca012a698e"
    ],
    "album": "The Hits/The B-Sides (disc 2: The Hits 2)",
    "release_id": "473bce27-84d3-4983-9dc6-0f884ad70a39",
    "release_group_id": null,
    "labels": [
        "Park Ave"
    ],
    "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"
}