Information about plays

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

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

{
    "id": 1340497,
    "uri": "https://api.kexp.org/v2/plays/1340497/?format=api",
    "airdate": "2008-02-19T01:33:36-08:00",
    "show": 23422,
    "show_uri": "https://api.kexp.org/v2/shows/23422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Part Time",
    "track_id": null,
    "recording_id": null,
    "artist": "The Young Knives",
    "artist_ids": [
        "b26b4b58-10b6-42e9-ba80-b1addd4b0adf"
    ],
    "album": "Voices of Animals and Men",
    "release_id": "0083aabf-a479-4fff-8bfd-70b082e618c6",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2007-02-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}