Information about plays

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

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

{
    "id": 417495,
    "uri": "https://api.kexp.org/v2/plays/417495/?format=api",
    "airdate": "2001-04-23T17:34:17-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31KC5JT2Q8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31KC5JT2Q8L._SL75_.jpg",
    "song": "More (remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Cam",
    "artist_ids": [
        "d2e123d0-c53e-4444-a52a-efeff44953c7"
    ],
    "album": "The French Connection",
    "release_id": "94bdc135-57ae-4ca2-ac1d-86891abfc711",
    "release_group_id": null,
    "labels": [
        "Shadow Records"
    ],
    "label_ids": [
        "0252b53d-c120-4c15-a4a5-589fb758ba3c"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}