Information about plays

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

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

{
    "id": 438769,
    "uri": "https://api.kexp.org/v2/plays/438769/?format=api",
    "airdate": "2001-06-26T14:20:00-07:00",
    "show": 7396,
    "show_uri": "https://api.kexp.org/v2/shows/7396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shotgun",
    "track_id": "247b542a-0bfa-40fa-bbbb-9fc55ef5d0fe",
    "recording_id": null,
    "artist": "The Wisdom of Harry",
    "artist_ids": [
        "13cd4b1a-9edb-4be1-8573-50747a8ae4ef"
    ],
    "album": "Stars of Super 8",
    "release_id": "88cce93f-d198-4479-bc18-d9d45a8f1120",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}