Information about plays

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

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

{
    "id": 1337545,
    "uri": "https://api.kexp.org/v2/plays/1337545/?format=api",
    "airdate": "2008-02-11T21:55:42-08:00",
    "show": 23375,
    "show_uri": "https://api.kexp.org/v2/shows/23375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All My Love",
    "track_id": "9a78bfd9-fee2-4354-bcb5-dc810c5913fc",
    "recording_id": null,
    "artist": "Rod",
    "artist_ids": [
        "ef96a874-1e2a-4ec3-80ee-d4923b343be4"
    ],
    "album": "Cottage Industries 3: Vestibule & Separate",
    "release_id": "1f9cfeec-4ab4-4f3c-9522-7f6d2ab5bcd6",
    "release_group_id": null,
    "labels": [
        "Neo Ouija"
    ],
    "label_ids": [
        "82c2de9b-b47f-4729-9ff8-5fa1378d2590"
    ],
    "release_date": "2003-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}