Information about plays

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

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

{
    "id": 534423,
    "uri": "https://api.kexp.org/v2/plays/534423/?format=api",
    "airdate": "2002-04-04T01:26:24-08:00",
    "show": 9257,
    "show_uri": "https://api.kexp.org/v2/shows/9257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Sleep F orever / The Seperation of Church and State",
    "track_id": null,
    "recording_id": null,
    "artist": "+/-",
    "artist_ids": [
        "2624e8b9-3f77-453d-85e8-6a8c9e5b9d65"
    ],
    "album": " /-",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Teen Beat"
    ],
    "label_ids": [
        "8aff03f2-cb2c-4b64-a2d5-7e63f53319ad"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}