Information about plays

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

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

{
    "id": 506326,
    "uri": "https://api.kexp.org/v2/plays/506326/?format=api",
    "airdate": "2002-01-12T14:16:00-08:00",
    "show": 8710,
    "show_uri": "https://api.kexp.org/v2/shows/8710/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DxaTjxRbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DxaTjxRbL._SL75_.jpg",
    "song": "Main Offender",
    "track_id": "3a07c069-110f-49b5-9f4f-899c9c50f57e",
    "recording_id": null,
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "Main Offender",
    "release_id": "61b9c17b-c9e2-4daf-8b56-901c37ae846d",
    "release_group_id": null,
    "labels": [
        "Big Wheel Recreation"
    ],
    "label_ids": [
        "6037b4d4-dddf-4807-b0e4-a53c4a981ca1"
    ],
    "release_date": "2001-11-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}