Information about plays

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

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

{
    "id": 420556,
    "uri": "https://api.kexp.org/v2/plays/420556/?format=api",
    "airdate": "2001-05-02T18:45:00-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Night Long",
    "track_id": "ff7b07ea-c702-45e9-9b95-d52ba792e7b1",
    "recording_id": null,
    "artist": "Joe Houston Orchestra",
    "artist_ids": [
        "9f2180af-9852-40eb-9a6b-f8b6676b9b72"
    ],
    "album": "Loud, Fast & Out of Control: The Wild Sounds of '50s Rock (disc 4)",
    "release_id": "83e45a4c-6999-4a11-9be8-cc09b3e1e713",
    "release_group_id": null,
    "labels": [],
    "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"
}