Information about plays

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

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

{
    "id": 482970,
    "uri": "https://api.kexp.org/v2/plays/482970/?format=api",
    "airdate": "2001-11-02T19:47:22-08:00",
    "show": 8245,
    "show_uri": "https://api.kexp.org/v2/shows/8245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wancha To Know",
    "track_id": "a534dd32-ed19-44bf-8fbc-55cc61128548",
    "recording_id": null,
    "artist": "Ric Cartey",
    "artist_ids": [
        "d695e427-8c64-47c0-a69b-3cbab1ce15c7"
    ],
    "album": "Don't Mess With My Ducktail",
    "release_id": "e8ff296a-652d-4f0f-86a1-1e4734d45846",
    "release_group_id": null,
    "labels": [
        "Phantom"
    ],
    "label_ids": [
        "d8227e36-9769-4dfc-b5f2-feae7f10173c"
    ],
    "release_date": "2001-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}