Information about plays

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

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

{
    "id": 425065,
    "uri": "https://api.kexp.org/v2/plays/425065/?format=api",
    "airdate": "2001-05-16T15:45:52-07:00",
    "show": 7131,
    "show_uri": "https://api.kexp.org/v2/shows/7131/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416AJGRQ1ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416AJGRQ1ML._SL75_.jpg",
    "song": "More Beats & Pieces (John McEntire Tortoise mix)",
    "track_id": "0b5ed8b3-0e02-4678-8856-75857e2b171d",
    "recording_id": null,
    "artist": "Coldcut",
    "artist_ids": [
        "cedd2cc6-c77f-4104-b333-0547b29e0b71"
    ],
    "album": "More Beats + Pieces",
    "release_id": "bdcf5776-12b8-41e5-8a18-d6f6890cf5b4",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1997-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}