Information about plays

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

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

{
    "id": 457642,
    "uri": "https://api.kexp.org/v2/plays/457642/?format=api",
    "airdate": "2001-08-20T13:04:00-07:00",
    "show": 7756,
    "show_uri": "https://api.kexp.org/v2/shows/7756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Microphenia",
    "track_id": "4431e98a-d53f-40ae-8dc8-0e9cdd33763b",
    "recording_id": null,
    "artist": "Divine Styler",
    "artist_ids": [
        "09374630-23d6-4852-b2be-e2e711afbbfd"
    ],
    "album": "Wordpower:2: Directrix",
    "release_id": "bfdf5e10-043e-47fb-bbde-3dcd16e13fc5",
    "release_group_id": null,
    "labels": [
        "MoWax"
    ],
    "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"
}