Information about plays

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

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

{
    "id": 1381576,
    "uri": "https://api.kexp.org/v2/plays/1381576/?format=api",
    "airdate": "2008-06-03T21:14:50-07:00",
    "show": 24119,
    "show_uri": "https://api.kexp.org/v2/shows/24119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vnH1Bh8fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vnH1Bh8fL._SL75_.jpg",
    "song": "Onyame",
    "track_id": "70202e63-95c8-449d-98a5-fcdf6cebf5c8",
    "recording_id": null,
    "artist": "Ashanti Afrika Jah",
    "artist_ids": [
        "725e7e85-c55c-426c-8366-364940269780"
    ],
    "album": "Nigeria 70: Lagos Jump",
    "release_id": "f10c6f56-e6ca-4358-885c-7e97cdeefc5f",
    "release_group_id": null,
    "labels": [
        "Strut Records"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2008-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}