Information about plays

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

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

{
    "id": 349664,
    "uri": "https://api.kexp.org/v2/plays/349664/?format=api",
    "airdate": "2019-07-03T16:33:48-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/fc2df462-6212-430d-8fde-4de5c84a733d/14355920356-250.jpg",
    "thumbnail_uri": "",
    "song": "See How We Are",
    "track_id": "d76280b2-a811-346e-b0d6-7b37b5943b52",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "See How We Are",
    "release_id": "fc2df462-6212-430d-8fde-4de5c84a733d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "X will be playing with Squeeze at The Showbox on September 9th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}