Information about plays

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

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

{
    "id": 510935,
    "uri": "https://api.kexp.org/v2/plays/510935/?format=api",
    "airdate": "2002-01-25T23:58:00-08:00",
    "show": 8800,
    "show_uri": "https://api.kexp.org/v2/shows/8800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Jag (Speedy J remix)",
    "track_id": "00e8e2c0-c13d-486a-9090-5539ec0226bf",
    "recording_id": null,
    "artist": "The Micronauts",
    "artist_ids": [
        "c7f9097b-fb21-46e1-8cd6-18118c13d8fd"
    ],
    "album": "The Jag",
    "release_id": "aee16c83-824d-4ab4-83d3-b0b6b140068a",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}