Information about plays

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

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

{
    "id": 448919,
    "uri": "https://api.kexp.org/v2/plays/448919/?format=api",
    "airdate": "2001-07-26T03:10:00-07:00",
    "show": 7589,
    "show_uri": "https://api.kexp.org/v2/shows/7589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Gasoline",
    "track_id": "0262c79e-e01a-40bd-bd04-a19b550b04ed",
    "recording_id": null,
    "artist": "The Ruby Doe",
    "artist_ids": [
        "0dc6a861-5cfc-45c3-a639-6edfc3e16d53"
    ],
    "album": "The Flame and the Fury",
    "release_id": "0087abfc-30da-4df8-96f1-bcec0ee120c6",
    "release_group_id": null,
    "labels": [
        "Burnout Records"
    ],
    "label_ids": [
        "bb8630c7-0e7b-410c-bd4c-845d9162fe87"
    ],
    "release_date": "1999-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}