Information about plays

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

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

{
    "id": 454329,
    "uri": "https://api.kexp.org/v2/plays/454329/?format=api",
    "airdate": "2001-08-10T19:40:00-07:00",
    "show": 7687,
    "show_uri": "https://api.kexp.org/v2/shows/7687/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21066RGKEAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21066RGKEAL._SL75_.jpg",
    "song": "Pretty Kitty",
    "track_id": "080e4878-f3a5-4964-bd68-aa990a6a8588",
    "recording_id": null,
    "artist": "Paul Galaxy and the Galactix",
    "artist_ids": [
        "35e4eff3-dbd5-4b45-994c-8e1870afd246"
    ],
    "album": "Cross the Line",
    "release_id": "e4207bdf-d340-49d4-a0b7-364fce2743f9",
    "release_group_id": null,
    "labels": [],
    "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"
}