Information about plays

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

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

{
    "id": 433071,
    "uri": "https://api.kexp.org/v2/plays/433071/?format=api",
    "airdate": "2001-06-09T21:18:27-07:00",
    "show": 7286,
    "show_uri": "https://api.kexp.org/v2/shows/7286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man With the Red Face",
    "track_id": "96312bc2-9672-48b4-a55b-7818d0349174",
    "recording_id": null,
    "artist": "Laurent Garnier",
    "artist_ids": [
        "ec477866-bfaa-48e0-affd-1c151ef61b7b"
    ],
    "album": "One Perfect Day (disc 2)",
    "release_id": "516a4b7a-0a3b-4f2a-81e0-e795b381f32f",
    "release_group_id": null,
    "labels": [
        "MUTE USA"
    ],
    "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"
}