Information about plays

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

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

{
    "id": 529645,
    "uri": "https://api.kexp.org/v2/plays/529645/?format=api",
    "airdate": "2002-03-21T13:56:39-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XA3116KRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XA3116KRL._SL75_.jpg",
    "song": "Throwin' Rocks at the Moon",
    "track_id": "8acbf2d2-a81d-4d29-937d-cf102c52f2ce",
    "recording_id": null,
    "artist": "The Backsliders",
    "artist_ids": [
        "9f21b5e6-2b10-4f0d-9079-03b17da43e72"
    ],
    "album": "Throwin' Rocks at the Moon",
    "release_id": "cc3c44f4-06b3-4808-acad-b699b9833e96",
    "release_group_id": null,
    "labels": [
        "Mammoth Records"
    ],
    "label_ids": [
        "fff50bfe-ecdb-4d2c-882d-a86190d9dd55"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}