Information about plays

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

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

{
    "id": 415059,
    "uri": "https://api.kexp.org/v2/plays/415059/?format=api",
    "airdate": "2001-04-13T16:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41l7eWnjGUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41l7eWnjGUL._SL75_.jpg",
    "song": "Cosmic Interlude",
    "track_id": "d6b1189f-490d-4bd8-9a6b-d9c060227bed",
    "recording_id": null,
    "artist": "LTJ Bukem",
    "artist_ids": [
        "28c1b7b7-355a-48b1-b2c4-75b8eb8080ef"
    ],
    "album": "Producer 01",
    "release_id": "6f29b8de-e444-40f5-b5ac-fce6e0c64c54",
    "release_group_id": null,
    "labels": [
        "Good Looking Records"
    ],
    "label_ids": [
        "07d73c0e-8519-468d-8d94-b967084f5cc1"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}