Information about plays

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

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

{
    "id": 1415306,
    "uri": "https://api.kexp.org/v2/plays/1415306/?format=api",
    "airdate": "2008-08-28T10:23:17-07:00",
    "show": 24686,
    "show_uri": "https://api.kexp.org/v2/shows/24686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I-HXtpctL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I-HXtpctL._SL75_.jpg",
    "song": "Bent Out of Shape",
    "track_id": "de682f5f-6cc6-411c-9f33-788d6b94f6b3",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "All Shook Down",
    "release_id": "b46035f1-39ed-478b-b893-479402579222",
    "release_group_id": null,
    "labels": [
        "Sire/Reprise"
    ],
    "label_ids": [
        "f6c6db1a-e403-47bd-9ed5-3e438ea39407"
    ],
    "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"
}