Information about plays

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

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

{
    "id": 432108,
    "uri": "https://api.kexp.org/v2/plays/432108/?format=api",
    "airdate": "2001-06-07T02:18:45-07:00",
    "show": 7269,
    "show_uri": "https://api.kexp.org/v2/shows/7269/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414MT0BZPSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414MT0BZPSL._SL75_.jpg",
    "song": "O Pencil Sharp",
    "track_id": "3f8a793d-1ced-4bcc-8183-7e56c061e243",
    "recording_id": null,
    "artist": "Drive Like Jehu",
    "artist_ids": [
        "608c9da7-d3ef-4661-828b-24bb6ae20cd6"
    ],
    "album": "Drive Like Jehu",
    "release_id": "5425e2d6-004b-40fb-93e6-04c123c04903",
    "release_group_id": null,
    "labels": [
        "Headhunter Records"
    ],
    "label_ids": [
        "938faaec-32df-451f-a5d3-3282b8f39064"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}