Information about plays

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

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

{
    "id": 415179,
    "uri": "https://api.kexp.org/v2/plays/415179/?format=api",
    "airdate": "2001-04-15T19:00:00-07:00",
    "show": 6925,
    "show_uri": "https://api.kexp.org/v2/shows/6925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bridge",
    "track_id": "dd6f9993-190a-4e53-a154-151dbd4f5c05",
    "recording_id": null,
    "artist": "MC Shan",
    "artist_ids": [
        "5da8de99-cd3a-4da9-9801-04305865b129"
    ],
    "album": "Droppin' Science: The Best Of Cold Chillin'",
    "release_id": "04a139d9-59fb-46b0-9f80-e4146368ff69",
    "release_group_id": null,
    "labels": [
        "cold chillin/mca"
    ],
    "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"
}