Information about plays

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

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

{
    "id": 433087,
    "uri": "https://api.kexp.org/v2/plays/433087/?format=api",
    "airdate": "2001-06-09T22:35:00-07:00",
    "show": 7286,
    "show_uri": "https://api.kexp.org/v2/shows/7286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beyond",
    "track_id": "2d470600-be34-42f3-b149-76017610a559",
    "recording_id": null,
    "artist": "Jackal & Hyde",
    "artist_ids": [
        "1e0961f4-ccc4-455a-8718-04f8674453ea"
    ],
    "album": "Space Night, Volume 4 (disc 1: Alpha)",
    "release_id": "16270fd3-5e27-4704-9f04-e9a1470ea24b",
    "release_group_id": null,
    "labels": [
        "HALLUCINATION"
    ],
    "label_ids": [],
    "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"
}