Information about plays

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

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

{
    "id": 1288228,
    "uri": "https://api.kexp.org/v2/plays/1288228/?format=api",
    "airdate": "2007-10-07T22:56:00-07:00",
    "show": 22543,
    "show_uri": "https://api.kexp.org/v2/shows/22543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sumatra",
    "track_id": "68547972-fe92-4312-95d2-7972c6b2c8a1",
    "recording_id": null,
    "artist": "Alejandro Franov",
    "artist_ids": [
        "9ec7a8b8-081d-4bb7-9eb4-33bc1dcd6712"
    ],
    "album": "Khali",
    "release_id": "1aa9a02f-2aa3-4f03-b8fb-b2a1defb3d8c",
    "release_group_id": null,
    "labels": [
        "Staubgold"
    ],
    "label_ids": [
        "7c610169-5593-4cdb-bfad-8e4126e6c6ed"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}