Information about plays

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

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

{
    "id": 431062,
    "uri": "https://api.kexp.org/v2/plays/431062/?format=api",
    "airdate": "2001-06-04T00:27:41-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rub a Dub",
    "track_id": "fe7bdc5a-4163-4cbd-a789-c98c7b88d638",
    "recording_id": null,
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Going to the Chapel",
    "release_id": "9607cc14-56ae-46ed-9057-017395367abe",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}