Information about plays

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

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

{
    "id": 1381087,
    "uri": "https://api.kexp.org/v2/plays/1381087/?format=api",
    "airdate": "2008-06-02T01:34:00-07:00",
    "show": 24107,
    "show_uri": "https://api.kexp.org/v2/shows/24107/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Tunnel",
    "track_id": null,
    "recording_id": null,
    "artist": "Kris Davis",
    "artist_ids": [
        "8eac9119-9acc-4271-bc17-800875f18fc9"
    ],
    "album": "Rye Eclipse",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fresh Sound New Talent"
    ],
    "label_ids": [
        "a07e36f0-4185-4443-88c2-d28f47f82f58"
    ],
    "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"
}