Information about plays

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

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

{
    "id": 1360245,
    "uri": "https://api.kexp.org/v2/plays/1360245/?format=api",
    "airdate": "2008-04-09T20:57:00-07:00",
    "show": 23753,
    "show_uri": "https://api.kexp.org/v2/shows/23753/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Dresses",
    "track_id": "65e93be3-50e4-4d43-b6d5-be3e2dc5fdc5",
    "recording_id": null,
    "artist": "The Builders and the Butchers",
    "artist_ids": [
        "197101a8-c25d-4055-a810-11c4a50a2e06"
    ],
    "album": "The Builders and the Butchers",
    "release_id": "75a06d26-f7ae-454a-b64a-9a1918d5d0a2",
    "release_group_id": null,
    "labels": [
        "Bladen County Records"
    ],
    "label_ids": [
        "13a661ef-fa5a-44c0-9e53-de4e2727dfce"
    ],
    "release_date": "2007-03-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}