Information about plays

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

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

{
    "id": 463587,
    "uri": "https://api.kexp.org/v2/plays/463587/?format=api",
    "airdate": "2001-09-06T20:21:00-07:00",
    "show": 7872,
    "show_uri": "https://api.kexp.org/v2/shows/7872/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M7N6D1JSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M7N6D1JSL._SL75_.jpg",
    "song": "Harlan Man",
    "track_id": "b88c367e-ec7e-40f3-89ab-ff692c78ff5d",
    "recording_id": null,
    "artist": "Steve Earle and The Del McCoury Band",
    "artist_ids": [
        "4a94aa70-5408-4ab6-9aa6-1957a8404985"
    ],
    "album": "The Mountain",
    "release_id": "46600b98-3c33-42d4-b66c-0617013a6d6f",
    "release_group_id": null,
    "labels": [
        "E-Squared"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}