Information about plays

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

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

{
    "id": 424162,
    "uri": "https://api.kexp.org/v2/plays/424162/?format=api",
    "airdate": "2001-05-14T00:12:00-07:00",
    "show": 7115,
    "show_uri": "https://api.kexp.org/v2/shows/7115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oL1BMFYvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oL1BMFYvL._SL75_.jpg",
    "song": "Sixolele Baba",
    "track_id": "73f060e2-38ce-458d-b92d-bf1b523933b6",
    "recording_id": null,
    "artist": "Chicco",
    "artist_ids": [
        "06cfade6-03d4-47e7-808e-d012f7f64ca7"
    ],
    "album": "The Indestructible Beat of Soweto, Volume 6: South African Rhythm Riot",
    "release_id": "59134a3b-06d3-4e59-9c09-783bf240b7b9",
    "release_group_id": null,
    "labels": [
        "Stern's/Earthworks"
    ],
    "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"
}