Information about plays

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

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

{
    "id": 435442,
    "uri": "https://api.kexp.org/v2/plays/435442/?format=api",
    "airdate": "2001-06-16T21:20:00-07:00",
    "show": 7330,
    "show_uri": "https://api.kexp.org/v2/shows/7330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61x3TkRLUQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61x3TkRLUQL._SL75_.jpg",
    "song": "174 Trek",
    "track_id": "ff797ce2-2424-4275-b3ae-4f3b2ee2eb88",
    "recording_id": null,
    "artist": "DJ Zinc",
    "artist_ids": [
        "174d9bdb-4e9c-4c42-8e6a-a29db39bdda5"
    ],
    "album": "Playaz 4 Real (disc 1)",
    "release_id": "887e7cb9-bfb6-4741-9fd5-f02910ba6cbc",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "release_date": "2001-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}