Information about plays

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

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

{
    "id": 2683037,
    "uri": "https://api.kexp.org/v2/plays/2683037/?format=api",
    "airdate": "2020-01-06T23:57:00-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wind Parade",
    "track_id": "dc7191dd-4cf7-3d35-8774-9b573ee4f3ff",
    "recording_id": null,
    "artist": "Donald Byrd",
    "artist_ids": [
        "69f95e5c-4b34-4c8b-b8fe-c59f9296195a"
    ],
    "album": "Places and Spaces",
    "release_id": "9bab8721-0d79-4007-8937-2ef2e8a8df54",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}