Information about plays

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

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

{
    "id": 461954,
    "uri": "https://api.kexp.org/v2/plays/461954/?format=api",
    "airdate": "2001-09-01T22:25:00-07:00",
    "show": 7842,
    "show_uri": "https://api.kexp.org/v2/shows/7842/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maiden Flight",
    "track_id": "f4f9780f-37e3-4e30-be9d-4377f5f56cd4",
    "recording_id": null,
    "artist": "Dolphin Wave Effect",
    "artist_ids": [
        "9dcf9c4b-efb4-4cd3-a108-9d109ddea9bf"
    ],
    "album": "Journeys by DJ: Lightwave",
    "release_id": "90e4a1f7-8e58-4914-b517-d440b67b5171",
    "release_group_id": null,
    "labels": [
        "Groovetech Records"
    ],
    "label_ids": [
        "5bfd9b55-8968-4bb6-942c-25f77193f076"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}