Information about plays

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

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

{
    "id": 429209,
    "uri": "https://api.kexp.org/v2/plays/429209/?format=api",
    "airdate": "2001-05-29T09:34:17-07:00",
    "show": 7213,
    "show_uri": "https://api.kexp.org/v2/shows/7213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411RH3REZeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411RH3REZeL._SL75_.jpg",
    "song": "5 O'Clock World",
    "track_id": "5a32d1aa-b806-4dc5-93f2-2d041b6a1de1",
    "recording_id": null,
    "artist": "Julian Cope",
    "artist_ids": [
        "09d878d8-bc2e-4d04-b4aa-57ab614f93ab"
    ],
    "album": "My Nation Underground",
    "release_id": "5fea417b-9860-4c66-af0d-2880a81d7273",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}