Information about plays

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

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

{
    "id": 1314897,
    "uri": "https://api.kexp.org/v2/plays/1314897/?format=api",
    "airdate": "2007-12-16T13:50:54-08:00",
    "show": 22996,
    "show_uri": "https://api.kexp.org/v2/shows/22996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man In The Long Black  Coat",
    "track_id": null,
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "(S'TRCK) I'm Not There",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}