Information about plays

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

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

{
    "id": 1416378,
    "uri": "https://api.kexp.org/v2/plays/1416378/?format=api",
    "airdate": "2008-08-30T23:52:53-07:00",
    "show": 24702,
    "show_uri": "https://api.kexp.org/v2/shows/24702/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G96MV7N3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G96MV7N3L._SL75_.jpg",
    "song": "End of the Harvest",
    "track_id": "8980886d-4132-4510-a1ba-e5210c86aa72",
    "recording_id": null,
    "artist": "Neurosis",
    "artist_ids": [
        "a9416fb3-4d28-4575-abae-f0d160be83ed"
    ],
    "album": "Times of Grace",
    "release_id": "d56380fe-d00e-42c3-841a-654254ef264a",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1999-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}