Information about plays

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

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

{
    "id": 449853,
    "uri": "https://api.kexp.org/v2/plays/449853/?format=api",
    "airdate": "2001-07-28T18:42:00-07:00",
    "show": 7604,
    "show_uri": "https://api.kexp.org/v2/shows/7604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mons Veneris",
    "track_id": "e2ce0325-a6f5-4c28-981c-16505821dd4c",
    "recording_id": null,
    "artist": "The Ruby Doe",
    "artist_ids": [
        "0dc6a861-5cfc-45c3-a639-6edfc3e16d53"
    ],
    "album": "The Flame and the Fury",
    "release_id": "0087abfc-30da-4df8-96f1-bcec0ee120c6",
    "release_group_id": null,
    "labels": [
        "Burnout Records"
    ],
    "label_ids": [
        "bb8630c7-0e7b-410c-bd4c-845d9162fe87"
    ],
    "release_date": "1999-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}