Information about plays

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

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

{
    "id": 535625,
    "uri": "https://api.kexp.org/v2/plays/535625/?format=api",
    "airdate": "2002-04-07T18:27:16-07:00",
    "show": 9284,
    "show_uri": "https://api.kexp.org/v2/shows/9284/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VjlsteLNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VjlsteLNL._SL75_.jpg",
    "song": "Let's Do It",
    "track_id": "d167596a-7e09-4562-a190-da17086d97bb",
    "recording_id": null,
    "artist": "Method Man",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "Tical 0: The Prequel",
    "release_id": "ebd54d79-6fa4-42be-b228-d3493cd0337a",
    "release_group_id": null,
    "labels": [
        "Def Jam"
    ],
    "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"
}