Information about plays

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

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

{
    "id": 444585,
    "uri": "https://api.kexp.org/v2/plays/444585/?format=api",
    "airdate": "2001-07-13T01:20:00-07:00",
    "show": 7503,
    "show_uri": "https://api.kexp.org/v2/shows/7503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31HSTV7P6NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31HSTV7P6NL._SL75_.jpg",
    "song": "6th Member",
    "track_id": "d4ac42e3-4ccd-472e-aa4d-81bec26787f1",
    "recording_id": null,
    "artist": "Technicolor",
    "artist_ids": [
        "8ed7dbc7-f43d-48a9-8bb7-1e0d8472fb6f"
    ],
    "album": "One Touch Test Strip",
    "release_id": "f3a2d284-bf36-40f2-b933-5bb5d9206ef8",
    "release_group_id": null,
    "labels": [
        "fuzzy box/darla"
    ],
    "label_ids": [],
    "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"
}