Information about plays

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

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

{
    "id": 1282435,
    "uri": "https://api.kexp.org/v2/plays/1282435/?format=api",
    "airdate": "2007-09-23T00:10:45-07:00",
    "show": 22441,
    "show_uri": "https://api.kexp.org/v2/shows/22441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5173uPEBAcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5173uPEBAcL._SL75_.jpg",
    "song": "Never Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Pleased to Meet Me",
    "release_id": "cab1b686-a67d-4c5a-bd67-006c771c43be",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}