Information about plays

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

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

{
    "id": 1411334,
    "uri": "https://api.kexp.org/v2/plays/1411334/?format=api",
    "airdate": "2008-08-18T13:39:48-07:00",
    "show": 24622,
    "show_uri": "https://api.kexp.org/v2/shows/24622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pace or the Patience",
    "track_id": "e4429cee-8aa2-40a5-a153-07f914f6cd37",
    "recording_id": null,
    "artist": "Love of Diagrams",
    "artist_ids": [
        "3dbc4a01-2b76-4c01-b5bf-aff92689adf7"
    ],
    "album": "Love of Diagrams EP",
    "release_id": "a898df3b-8634-48d6-b23b-c5c8378afc86",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "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"
}