Information about plays

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

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

{
    "id": 436088,
    "uri": "https://api.kexp.org/v2/plays/436088/?format=api",
    "airdate": "2001-06-18T23:33:45-07:00",
    "show": 7344,
    "show_uri": "https://api.kexp.org/v2/shows/7344/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NNE5QCS9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NNE5QCS9L._SL75_.jpg",
    "song": "The Western Hobo",
    "track_id": "35154229-b60e-4ab6-bce8-ae89bcc6c085",
    "recording_id": null,
    "artist": "The Carter Family",
    "artist_ids": [
        "29c5b1fb-5dcc-4499-b225-4ceeeb8a73d1"
    ],
    "album": "When the Roses Bloom in Dixieland - 1929-1930 - Complete Victor Recordings",
    "release_id": "000ab0af-4111-49a8-b11e-18bb36581139",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}