Information about plays

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

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

{
    "id": 1233626,
    "uri": "https://api.kexp.org/v2/plays/1233626/?format=api",
    "airdate": "2007-05-20T23:00:00-07:00",
    "show": 21611,
    "show_uri": "https://api.kexp.org/v2/shows/21611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zZ7bJzFpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zZ7bJzFpL._SL75_.jpg",
    "song": "Warum",
    "track_id": "5620edb7-c6e7-4a71-bef4-5cad4dcbe9d0",
    "recording_id": null,
    "artist": "Pole",
    "artist_ids": [
        "ad957b43-9dc0-42e1-940c-19b21ec77f3a"
    ],
    "album": "Steingarten",
    "release_id": "a3b30f9c-c678-4521-9b5c-fd0144c2ff66",
    "release_group_id": null,
    "labels": [
        "~scape"
    ],
    "label_ids": [
        "1cf954a8-b0d0-4c7e-8833-8e0e1f5c9a5b"
    ],
    "release_date": "2007-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}