Information about plays

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

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

{
    "id": 535631,
    "uri": "https://api.kexp.org/v2/plays/535631/?format=api",
    "airdate": "2002-04-07T18:54:32-07:00",
    "show": 9284,
    "show_uri": "https://api.kexp.org/v2/shows/9284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ign'Ant (radio)",
    "track_id": "07b41785-bde4-4d50-a97e-fd5a26b38161",
    "recording_id": null,
    "artist": "Al-Shid",
    "artist_ids": [
        "0faf7102-6883-4eb7-931a-1d2d5bb96331"
    ],
    "album": "Ign'Ant / Fight Club",
    "release_id": "c2e6a879-2cad-41c8-bbd5-5aa83f5cc4d9",
    "release_group_id": null,
    "labels": [
        "Old Maid"
    ],
    "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"
}