Information about plays

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

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

{
    "id": 414749,
    "uri": "https://api.kexp.org/v2/plays/414749/?format=api",
    "airdate": "2001-04-12T13:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YXN48QEQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YXN48QEQL._SL75_.jpg",
    "song": "They Shoot Horse Don't They",
    "track_id": "28c4749a-a9c0-48c4-9e45-d4601f4d5b77",
    "recording_id": null,
    "artist": "Quickspace",
    "artist_ids": [
        "7f53fb71-eb57-4b1b-973c-22ce0dff5db8"
    ],
    "album": "The Death of Quickspace",
    "release_id": "8ee023e4-1611-4673-9370-1f6c1d3b993a",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}