Information about plays

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

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

{
    "id": 1195341,
    "uri": "https://api.kexp.org/v2/plays/1195341/?format=api",
    "airdate": "2007-02-10T17:58:00-08:00",
    "show": 20952,
    "show_uri": "https://api.kexp.org/v2/shows/20952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fan Favorite",
    "track_id": null,
    "recording_id": null,
    "artist": "Byrdie Green",
    "artist_ids": [
        "fe596b08-9e92-4e24-b323-8126097695e4"
    ],
    "album": "Live @ KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}