Information about plays

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

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

{
    "id": 466575,
    "uri": "https://api.kexp.org/v2/plays/466575/?format=api",
    "airdate": "2001-09-15T21:00:00-07:00",
    "show": 7935,
    "show_uri": "https://api.kexp.org/v2/shows/7935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Studio Abuse",
    "track_id": "d71feb41-53d4-4f8d-840d-d1df8b9a0222",
    "recording_id": null,
    "artist": "Surge",
    "artist_ids": [
        "527e1396-b1c5-4dde-a3a5-6fa65bfe81fa"
    ],
    "album": "Working Out (disc 2)",
    "release_id": "e79f9b82-a0fe-4874-a087-a4ded2ab4dcd",
    "release_group_id": null,
    "labels": [
        "Full Cycle Records"
    ],
    "label_ids": [
        "451cb509-792e-4178-975e-6816bb6aad95"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}