Information about plays

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

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

{
    "id": 461769,
    "uri": "https://api.kexp.org/v2/plays/461769/?format=api",
    "airdate": "2001-09-01T10:05:00-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Correction We Fix",
    "track_id": "386780a7-d2ac-4d62-8a90-db33f8c8ccb2",
    "recording_id": null,
    "artist": "Mad Cobra & Merciless",
    "artist_ids": [
        "9e762921-1f26-422c-b753-80fea3d00ecc"
    ],
    "album": "Greensleeves Sampler 17",
    "release_id": "343a1857-5cd9-4ed2-b6fb-8a1f1cf17999",
    "release_group_id": null,
    "labels": [
        "Top Nail 7in"
    ],
    "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"
}