Information about plays

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

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

{
    "id": 418445,
    "uri": "https://api.kexp.org/v2/plays/418445/?format=api",
    "airdate": "2001-04-26T11:41:15-07:00",
    "show": 6991,
    "show_uri": "https://api.kexp.org/v2/shows/6991/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PE80CE2WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PE80CE2WL._SL75_.jpg",
    "song": "RU 486",
    "track_id": "d875cc2b-aa35-48fc-8573-b37774135979",
    "recording_id": null,
    "artist": "Pain Teens",
    "artist_ids": [
        "e4e1ee57-0b0d-416a-bc55-61056c95eeee"
    ],
    "album": "Destroy Me, Lover",
    "release_id": "29dfd3ff-3e32-4e38-8621-6c65cb4ee552",
    "release_group_id": null,
    "labels": [
        "Trance Syndicate"
    ],
    "label_ids": [
        "aaaa155f-be27-4e02-b14c-594b2cbdf010"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}