Information about plays

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

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

{
    "id": 463242,
    "uri": "https://api.kexp.org/v2/plays/463242/?format=api",
    "airdate": "2001-09-05T20:41:32-07:00",
    "show": 7866,
    "show_uri": "https://api.kexp.org/v2/shows/7866/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21feEBEbN1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21feEBEbN1L._SL75_.jpg",
    "song": "I'm Gonna Bake My Biscuit",
    "track_id": "c38d1f1c-2659-48f0-ade2-795750fed9ef",
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Fade Into You",
    "release_id": "530ef509-a96a-4d4e-8eab-6dae75e05070",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1994-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}