Information about plays

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

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

{
    "id": 451763,
    "uri": "https://api.kexp.org/v2/plays/451763/?format=api",
    "airdate": "2001-08-03T11:16:00-07:00",
    "show": 7640,
    "show_uri": "https://api.kexp.org/v2/shows/7640/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JGSPTRBWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JGSPTRBWL._SL75_.jpg",
    "song": "Give Me Back My Dreams",
    "track_id": "f3538eb0-8c38-40bd-bdc0-1c08460b5fc2",
    "recording_id": null,
    "artist": "The 6ths",
    "artist_ids": [
        "f65498b7-5c06-4bb5-801d-885595fc8bcc"
    ],
    "album": "Hyacinths and Thistles",
    "release_id": "ebda0409-511f-4aed-bb92-7ff2b10acd02",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}