Information about plays

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

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

{
    "id": 444882,
    "uri": "https://api.kexp.org/v2/plays/444882/?format=api",
    "airdate": "2001-07-13T21:04:36-07:00",
    "show": 7508,
    "show_uri": "https://api.kexp.org/v2/shows/7508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wipe Out (long version)",
    "track_id": "63d3431f-297c-4391-8781-b002a8a774dd",
    "recording_id": null,
    "artist": "The Surfaris",
    "artist_ids": [
        "ea9889a3-539d-4549-bff3-cb721b989aa2"
    ],
    "album": "Cowabunga! The Surf Box (disc 1: Ground Swells (1960-1963))",
    "release_id": "6824cea7-46c7-4aaf-9486-c332f0f771b6",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}