Information about plays

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

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

{
    "id": 503474,
    "uri": "https://api.kexp.org/v2/plays/503474/?format=api",
    "airdate": "2002-01-03T23:07:00-08:00",
    "show": 8652,
    "show_uri": "https://api.kexp.org/v2/shows/8652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL._SL75_.jpg",
    "song": "Schedules & Fares",
    "track_id": "7ea27ecc-62b4-4702-a7a6-2ffce51d5563",
    "recording_id": null,
    "artist": "Manitoba",
    "artist_ids": [
        "6907d8f2-70fd-4e8c-94d6-ce005fddba05"
    ],
    "album": "Start Breaking My Heart",
    "release_id": "b1f67a89-b472-4211-a0b1-d0a108dd5872",
    "release_group_id": null,
    "labels": [
        "THE LEAF LABEL"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}