Information about plays

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

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

{
    "id": 425376,
    "uri": "https://api.kexp.org/v2/plays/425376/?format=api",
    "airdate": "2001-05-17T13:12:51-07:00",
    "show": 7136,
    "show_uri": "https://api.kexp.org/v2/shows/7136/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light in the Road",
    "track_id": "6d7ea141-d8f6-49ca-9f4b-9d2f9078bd43",
    "recording_id": null,
    "artist": "Cheri Knight",
    "artist_ids": [
        "0a7f3cfd-66a4-48fd-82d2-70441cff2460"
    ],
    "album": "The Knitter",
    "release_id": "a830c703-597a-49e8-8439-df1e8c42393a",
    "release_group_id": null,
    "labels": [
        "ESD"
    ],
    "label_ids": [],
    "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"
}