Information about plays

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

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

{
    "id": 459937,
    "uri": "https://api.kexp.org/v2/plays/459937/?format=api",
    "airdate": "2001-08-27T04:27:41-07:00",
    "show": 7802,
    "show_uri": "https://api.kexp.org/v2/shows/7802/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smash Things Up",
    "track_id": "0c9efafc-813a-4c55-b6be-e07e0c76e1ee",
    "recording_id": null,
    "artist": "¡TchKung!",
    "artist_ids": [
        "93a4ba19-2448-4ec1-911f-c63aa23efb88"
    ],
    "album": "Incite: A Soundtrack for Post World Insurrection",
    "release_id": "a2d521f9-3299-4999-b4dd-a90f618c9123",
    "release_group_id": null,
    "labels": [
        "Post World Industries"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}