Information about plays

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

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

{
    "id": 1339688,
    "uri": "https://api.kexp.org/v2/plays/1339688/?format=api",
    "airdate": "2008-02-16T23:02:00-08:00",
    "show": 23406,
    "show_uri": "https://api.kexp.org/v2/shows/23406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Back the Alley",
    "track_id": null,
    "recording_id": null,
    "artist": "The Spits",
    "artist_ids": [
        "f1ee5588-3b80-45a7-b33b-3337af8cdf6e"
    ],
    "album": "s/t",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}