Information about plays

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

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

{
    "id": 498682,
    "uri": "https://api.kexp.org/v2/plays/498682/?format=api",
    "airdate": "2001-12-20T03:54:00-08:00",
    "show": 8557,
    "show_uri": "https://api.kexp.org/v2/shows/8557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Are You Alone Tonight",
    "track_id": "3ec8b3e1-382d-4d7e-989a-88f7a28262fa",
    "recording_id": null,
    "artist": "An American Starlet",
    "artist_ids": [
        "6a1112d6-9ee8-49bc-aef8-ab9c8fe4950e"
    ],
    "album": "Sweet Country Lullabies from",
    "release_id": "ea487bab-fa8b-46b2-a4f3-d6710484ae9e",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}