Information about plays

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

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

{
    "id": 531175,
    "uri": "https://api.kexp.org/v2/plays/531175/?format=api",
    "airdate": "2002-03-26T01:06:16-08:00",
    "show": 9198,
    "show_uri": "https://api.kexp.org/v2/shows/9198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Useless (K",
    "track_id": null,
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Kruder ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "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"
}