Information about plays

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

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

{
    "id": 1233448,
    "uri": "https://api.kexp.org/v2/plays/1233448/?format=api",
    "airdate": "2007-05-20T11:57:00-07:00",
    "show": 21607,
    "show_uri": "https://api.kexp.org/v2/shows/21607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41zswaBhNrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41zswaBhNrL._SL75_.jpg",
    "song": "Cadillac Annie",
    "track_id": "b2650d82-f2a2-406f-8c53-52f7b4006b5b",
    "recording_id": null,
    "artist": "The New Clarence Reid",
    "artist_ids": [
        "66a2e69d-7938-4cfe-8313-dab8204451d5"
    ],
    "album": "Miami Sound: Rare Funk & Soul From Miami, Florida 1967-1974",
    "release_id": "828cfb74-dec2-4d4b-bc91-90998f2c2fbb",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2003-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}