Information about plays

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

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

{
    "id": 417225,
    "uri": "https://api.kexp.org/v2/plays/417225/?format=api",
    "airdate": "2001-04-22T18:34:36-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21J49M6P4RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21J49M6P4RL._SL75_.jpg",
    "song": "Make the Music With Your Mouth Biz",
    "track_id": "51c91537-0d5e-4241-821b-465a66916253",
    "recording_id": null,
    "artist": "Biz Markie",
    "artist_ids": [
        "48b48175-5ffd-49a2-88e2-ca84118544ca"
    ],
    "album": "The Best of Cold Chillin'",
    "release_id": "b3dbdbe9-bf05-4519-9b3b-b9ad0ab44dbb",
    "release_group_id": null,
    "labels": [
        "Cold Chillin"
    ],
    "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"
}