Information about plays

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

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

{
    "id": 1343003,
    "uri": "https://api.kexp.org/v2/plays/1343003/?format=api",
    "airdate": "2008-02-25T20:47:30-08:00",
    "show": 23466,
    "show_uri": "https://api.kexp.org/v2/shows/23466/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51k7PvLQHCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51k7PvLQHCL._SL75_.jpg",
    "song": "Yekanini",
    "track_id": "cc64702f-d5b1-4d79-b8e7-3cc7f8d7efb5",
    "recording_id": null,
    "artist": "Shiyani Ngcobo",
    "artist_ids": [
        "0ddfdbd5-67cc-4089-bff2-c896e9ed5b1d"
    ],
    "album": "The Rough Guide to the Music of South Africa",
    "release_id": "60e7c0ee-8237-4974-a5bd-b2faaabd34c9",
    "release_group_id": null,
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}