Information about plays

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

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

{
    "id": 423990,
    "uri": "https://api.kexp.org/v2/plays/423990/?format=api",
    "airdate": "2001-05-13T12:46:40-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QgyAHqzOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QgyAHqzOL._SL75_.jpg",
    "song": "Mama's Place",
    "track_id": "91f44f74-42f0-47be-8ffe-f3a7fd5e9edd",
    "recording_id": null,
    "artist": "Bing Day",
    "artist_ids": [
        "c637e8e8-4ff7-4c38-ace6-eee68e0ffca1"
    ],
    "album": "Beat, Beat, Beatsville! Beatnik Rock 'n' Roll",
    "release_id": "32b052d1-e135-42e5-8f94-d47584d859c6",
    "release_group_id": null,
    "labels": [
        "Bongo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}