Information about plays

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

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

{
    "id": 456149,
    "uri": "https://api.kexp.org/v2/plays/456149/?format=api",
    "airdate": "2001-08-16T02:42:51-07:00",
    "show": 7723,
    "show_uri": "https://api.kexp.org/v2/shows/7723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Refers to Cocksucker's Blues",
    "track_id": "a3fe606e-03fa-4a3d-8087-90fcfc9b8af8",
    "recording_id": null,
    "artist": "The Revolutionary Hydra",
    "artist_ids": [
        "3e96a655-6af4-42dc-bbe7-8a10a43d56b3"
    ],
    "album": "Ratcheting Down the Melancholic Afterbeat; A Novel",
    "release_id": "803f2843-ff08-4865-9d94-87671f131ec3",
    "release_group_id": null,
    "labels": [
        "Elsinor Records"
    ],
    "label_ids": [
        "f0c87c8b-0de2-48ec-b76b-7e7427d1f7d9"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}