Information about plays

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

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

{
    "id": 431426,
    "uri": "https://api.kexp.org/v2/plays/431426/?format=api",
    "airdate": "2001-06-05T02:38:34-07:00",
    "show": 7257,
    "show_uri": "https://api.kexp.org/v2/shows/7257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two of a Kind",
    "track_id": null,
    "recording_id": null,
    "artist": "Syd Barrett",
    "artist_ids": [
        "12327d75-47d5-45d9-84c2-3760b9210c17"
    ],
    "album": "the John Peel Session",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dutch East India Trading"
    ],
    "label_ids": [
        "00ce3a2a-fe8c-4522-8e0e-09292a147c0a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}