Information about plays

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

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

{
    "id": 419261,
    "uri": "https://api.kexp.org/v2/plays/419261/?format=api",
    "airdate": "2001-04-28T21:17:08-07:00",
    "show": 7007,
    "show_uri": "https://api.kexp.org/v2/shows/7007/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RNT7351VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RNT7351VL._SL75_.jpg",
    "song": "Pep Talk",
    "track_id": "0ea13486-30d7-42ab-85de-22effc68e92c",
    "recording_id": null,
    "artist": "Bahamadia",
    "artist_ids": [
        "fc433b50-0061-4298-8beb-af6f51cbd677"
    ],
    "album": "BB Queen",
    "release_id": "82e19ffe-57de-4270-ac8b-0163522d941d",
    "release_group_id": null,
    "labels": [
        "Good Vibe Recordings"
    ],
    "label_ids": [
        "6a9154fb-5e3d-4df8-b603-34f5a90449b4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}