Information about plays

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

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

{
    "id": 455787,
    "uri": "https://api.kexp.org/v2/plays/455787/?format=api",
    "airdate": "2001-08-15T03:36:00-07:00",
    "show": 7717,
    "show_uri": "https://api.kexp.org/v2/shows/7717/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": "50b79bb7-d031-453e-a658-a98a95475cc3",
    "recording_id": null,
    "artist": "Hopewell",
    "artist_ids": [
        "ba6a0dec-9433-4678-a7f6-6c320fed1e0b"
    ],
    "album": "Contact",
    "release_id": "900c5e6b-48a1-434b-a34b-631e187fe39e",
    "release_group_id": null,
    "labels": [
        "Burnt Hair"
    ],
    "label_ids": [
        "a622aad9-4b34-4b5b-ba6b-bb4ad1c0b368"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}