Information about plays

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

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

{
    "id": 1233606,
    "uri": "https://api.kexp.org/v2/plays/1233606/?format=api",
    "airdate": "2007-05-20T22:01:00-07:00",
    "show": 21611,
    "show_uri": "https://api.kexp.org/v2/shows/21611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nova Check",
    "track_id": "bd046609-c55e-4b86-9444-762093b395a3",
    "recording_id": null,
    "artist": "Jörg Burger",
    "artist_ids": [
        "1ce687c8-6d28-4c0b-8ef4-698ab0215b36"
    ],
    "album": "Polyform 1",
    "release_id": "cd098ef7-b1fc-4044-b7f4-7943e9dc7b9a",
    "release_group_id": null,
    "labels": [
        "K2"
    ],
    "label_ids": [
        "5cbe2344-ac09-43e5-b2fc-8d23d32dfd78"
    ],
    "release_date": "2007-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}