Information about plays

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

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

{
    "id": 1285263,
    "uri": "https://api.kexp.org/v2/plays/1285263/?format=api",
    "airdate": "2007-09-30T03:55:12-07:00",
    "show": 22488,
    "show_uri": "https://api.kexp.org/v2/shows/22488/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41pbyCTkKfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41pbyCTkKfL._SL75_.jpg",
    "song": "What More Can I Say",
    "track_id": "2f52bcde-d0c9-4b1b-ae90-4d7073cebeb2",
    "recording_id": null,
    "artist": "Jay Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "The Black Album",
    "release_id": "465be93f-a7dd-498f-b29e-955d4b1aa709",
    "release_group_id": null,
    "labels": [
        "Roc-A-Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2003-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}