Information about plays

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

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

{
    "id": 535629,
    "uri": "https://api.kexp.org/v2/plays/535629/?format=api",
    "airdate": "2002-04-07T18:43:38-07:00",
    "show": 9284,
    "show_uri": "https://api.kexp.org/v2/shows/9284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Well Well Well",
    "track_id": "4cd1e429-8472-42c3-8605-27e1a42cc827",
    "recording_id": null,
    "artist": "The Demigodz",
    "artist_ids": [
        "7495d359-60ff-4052-a187-7e3aadb7bb65"
    ],
    "album": "Independents Finest, Volume 3",
    "release_id": "c0af7fd3-8cc4-4fb8-9dac-1009bbb251fc",
    "release_group_id": null,
    "labels": [
        "Ill Boogie Records"
    ],
    "label_ids": [
        "c2b325c5-b2f8-46a4-a664-7f71afd8b06e"
    ],
    "release_date": "2002-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}