Information about plays

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

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

{
    "id": 440100,
    "uri": "https://api.kexp.org/v2/plays/440100/?format=api",
    "airdate": "2001-06-30T09:33:45-07:00",
    "show": 7420,
    "show_uri": "https://api.kexp.org/v2/shows/7420/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2Bm9fT97yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2Bm9fT97yL._SL75_.jpg",
    "song": "Love of Jah Jah Children",
    "track_id": "c3190813-b771-4e25-a154-e584c9612342",
    "recording_id": null,
    "artist": "The G.G. All Stars",
    "artist_ids": [
        "a0c33d7e-d7ec-4294-8730-d6fa0f729dc0"
    ],
    "album": "Trojan Dub Box Set (disc 1)",
    "release_id": "8a63a5c7-7f60-4868-af2f-7082bf8135e9",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}