Information about plays

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

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

{
    "id": 534533,
    "uri": "https://api.kexp.org/v2/plays/534533/?format=api",
    "airdate": "2002-04-04T09:23:54-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damage I've Done [With Johnette Napolitano]",
    "track_id": null,
    "recording_id": null,
    "artist": "The Heads",
    "artist_ids": [
        "840645fa-d7ce-4ccb-8581-311efe6c2383"
    ],
    "album": "No Talking Just Head",
    "release_id": "7f28d946-7ebf-427f-86c0-177e1ae075b6",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1996-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}