Information about plays

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

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

{
    "id": 422865,
    "uri": "https://api.kexp.org/v2/plays/422865/?format=api",
    "airdate": "2001-05-09T20:11:15-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KKDS8X4TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KKDS8X4TL._SL75_.jpg",
    "song": "Lazy Boy",
    "track_id": "47073aae-af16-4c43-9e2f-fdbb8e71d8f1",
    "recording_id": null,
    "artist": "Sonny Landreth",
    "artist_ids": [
        "5ce64ed9-3015-4910-a2bb-1cd5c933de38"
    ],
    "album": "Prodigal Son: The Collection",
    "release_id": "aba9efff-873d-4d60-8c2f-8c362fd27127",
    "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"
}