Information about plays

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

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

{
    "id": 423916,
    "uri": "https://api.kexp.org/v2/plays/423916/?format=api",
    "airdate": "2001-05-13T04:06:40-07:00",
    "show": 7108,
    "show_uri": "https://api.kexp.org/v2/shows/7108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be a Great Actor",
    "track_id": "abfbe33c-99d4-420f-b67d-cf8a55b2e727",
    "recording_id": null,
    "artist": "Monty Python",
    "artist_ids": [
        "4a5c8526-f8ec-43f1-97af-49722ad88394"
    ],
    "album": "Another Monty Python Record",
    "release_id": "727d107d-d4b9-4323-ac7b-df07398b48a0",
    "release_group_id": null,
    "labels": [
        "Charisma"
    ],
    "label_ids": [
        "924da91f-86a6-4f15-842f-b9afb645fe5c"
    ],
    "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"
}