Information about plays

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

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

{
    "id": 471692,
    "uri": "https://api.kexp.org/v2/plays/471692/?format=api",
    "airdate": "2001-10-01T04:21:49-07:00",
    "show": 8034,
    "show_uri": "https://api.kexp.org/v2/shows/8034/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21CGMPEA9FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21CGMPEA9FL._SL75_.jpg",
    "song": "Play to the Music",
    "track_id": "3716007f-9db7-433f-8d4c-9c2948dd1eba",
    "recording_id": null,
    "artist": "Organic Audio",
    "artist_ids": [
        "e15d599c-98fa-47bb-9b0c-d04f1ec895ca"
    ],
    "album": "Last One Home",
    "release_id": "2cf7f74f-1fc1-4ea9-8e2a-495665ab0832",
    "release_group_id": null,
    "labels": [
        "Nettwerk America"
    ],
    "label_ids": [
        "284e302e-a5d5-48ae-8add-e047d3e0abba"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}