Information about plays

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

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

{
    "id": 458829,
    "uri": "https://api.kexp.org/v2/plays/458829/?format=api",
    "airdate": "2001-08-23T16:41:15-07:00",
    "show": 7777,
    "show_uri": "https://api.kexp.org/v2/shows/7777/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SNYN82PZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SNYN82PZL._SL75_.jpg",
    "song": "Pocket Calculator",
    "track_id": "bebb2471-68af-45ff-b0bc-59a04681f598",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Mix",
    "release_id": "76067552-00a6-4778-9bd7-b08271c5cf75",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1991-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}