Information about plays

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

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

{
    "id": 2683073,
    "uri": "https://api.kexp.org/v2/plays/2683073/?format=api",
    "airdate": "2020-01-07T02:16:00-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Muted Shifting of Space",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Brave",
    "artist_ids": [],
    "album": "A Gaze Among Them",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Montreal, Canada.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}