Information about plays

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

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

{
    "id": 444618,
    "uri": "https://api.kexp.org/v2/plays/444618/?format=api",
    "airdate": "2001-07-13T04:13:20-07:00",
    "show": 7503,
    "show_uri": "https://api.kexp.org/v2/shows/7503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415FZndbZvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415FZndbZvL._SL75_.jpg",
    "song": "Transmit Liberation",
    "track_id": "d6b45fa3-988b-435f-88ca-dd4bd2c455cb",
    "recording_id": null,
    "artist": "Single Cell Orchestra",
    "artist_ids": [
        "cd0ea212-1e17-4c10-b122-509369925aaf"
    ],
    "album": "Single Cell Orchestra",
    "release_id": "3ed2c928-9f95-4d05-bb20-439ab4dfe753",
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "1996-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}