Information about plays

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

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

{
    "id": 1375585,
    "uri": "https://api.kexp.org/v2/plays/1375585/?format=api",
    "airdate": "2008-05-18T11:36:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medicine Man",
    "track_id": "60446018-518f-4912-9e5a-39cca8f4a5bf",
    "recording_id": null,
    "artist": "Freddie Robinson",
    "artist_ids": [
        "cbb59735-d326-424d-b010-231b0615bb2f"
    ],
    "album": "Off the Cuff",
    "release_id": "749cf5d3-be75-4c65-8c2f-43b038997f1e",
    "release_group_id": null,
    "labels": [
        "Enterprise Records"
    ],
    "label_ids": [
        "3fcfb78e-6f78-4c76-b640-7b9cd8974507"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}