Information about plays

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

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

{
    "id": 426256,
    "uri": "https://api.kexp.org/v2/plays/426256/?format=api",
    "airdate": "2001-05-20T14:55:12-07:00",
    "show": 7155,
    "show_uri": "https://api.kexp.org/v2/shows/7155/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WQWF5G3RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WQWF5G3RL._SL75_.jpg",
    "song": "To Live Is to Fly",
    "track_id": "7a83fda2-6216-4f4b-921a-872db5680842",
    "recording_id": null,
    "artist": "Townes Van Zandt",
    "artist_ids": [
        "d67d1a21-6e45-4dd6-aef0-0191ba3796e0"
    ],
    "album": "High, Low and in Between",
    "release_id": "59f5bc2a-3bc5-475f-b301-a838d8c7b5b6",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "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"
}