Information about plays

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

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

{
    "id": 1277646,
    "uri": "https://api.kexp.org/v2/plays/1277646/?format=api",
    "airdate": "2007-09-10T20:49:17-07:00",
    "show": 22362,
    "show_uri": "https://api.kexp.org/v2/shows/22362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rosebud",
    "track_id": null,
    "recording_id": null,
    "artist": "Lenine",
    "artist_ids": [
        "da61fb5d-9543-4e36-9fa7-dad3111f7e8e"
    ],
    "album": "(V/A) Drop The Debt",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Village Vert"
    ],
    "label_ids": [
        "6cb64919-e0ca-47e1-8368-a1191d6028d1"
    ],
    "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"
}