Information about plays

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

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

{
    "id": 530701,
    "uri": "https://api.kexp.org/v2/plays/530701/?format=api",
    "airdate": "2002-03-24T18:32:00-08:00",
    "show": 9189,
    "show_uri": "https://api.kexp.org/v2/shows/9189/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ufXy%2BNnhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ufXy%2BNnhL._SL75_.jpg",
    "song": "Let's Do It",
    "track_id": "feffa235-df9c-4e1f-9bfa-d1a3e60be640",
    "recording_id": null,
    "artist": "Method Man & Redman",
    "artist_ids": [
        "c03e2388-9e1b-4b78-8194-28c0d6ca19a0"
    ],
    "album": "How High",
    "release_id": "f11fd464-85e0-4946-bf8e-acd80c718f6d",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2001-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}