Information about plays

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

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

{
    "id": 1356718,
    "uri": "https://api.kexp.org/v2/plays/1356718/?format=api",
    "airdate": "2008-04-01T01:16:28-07:00",
    "show": 23696,
    "show_uri": "https://api.kexp.org/v2/shows/23696/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RN64R8Y9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RN64R8Y9L._SL75_.jpg",
    "song": "Fake",
    "track_id": "a1b0db5e-7cbc-47ab-a8f6-a3257de6893d",
    "recording_id": null,
    "artist": "The Frames",
    "artist_ids": [
        "c2f28620-9372-4af4-b961-cc4b9e44d60d"
    ],
    "album": "Burn the Maps",
    "release_id": "b7672ca3-e0f4-4701-94ad-9dc4c0043b8f",
    "release_group_id": null,
    "labels": [
        "Next Plateau Records"
    ],
    "label_ids": [
        "29d7fbd2-d3c9-4679-ab6f-311dc1473bb5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}