Information about plays

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

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

{
    "id": 418577,
    "uri": "https://api.kexp.org/v2/plays/418577/?format=api",
    "airdate": "2001-04-26T19:34:17-07:00",
    "show": 6993,
    "show_uri": "https://api.kexp.org/v2/shows/6993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Slipped Off My Wedding Ring",
    "track_id": null,
    "recording_id": null,
    "artist": "Goldie Hill",
    "artist_ids": [
        "0ea634ca-b4e2-4796-afed-d2672991af46"
    ],
    "album": "Goldie Hill LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "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"
}