Information about plays

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

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

{
    "id": 1354898,
    "uri": "https://api.kexp.org/v2/plays/1354898/?format=api",
    "airdate": "2008-03-27T10:39:37-07:00",
    "show": 23664,
    "show_uri": "https://api.kexp.org/v2/shows/23664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Scary Place",
    "track_id": "7459a912-b975-4235-a899-d0fdb90f692f",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Soul Rotation",
    "release_id": "353018e6-07e3-4b3a-997e-7477d04de9b3",
    "release_group_id": null,
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}