Information about plays

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

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

{
    "id": 506556,
    "uri": "https://api.kexp.org/v2/plays/506556/?format=api",
    "airdate": "2002-01-13T09:00:00-08:00",
    "show": 8717,
    "show_uri": "https://api.kexp.org/v2/shows/8717/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ruloRA-vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ruloRA-vL._SL75_.jpg",
    "song": "She's Not Happy Unless She's Sad",
    "track_id": "9bbeba00-c5d7-410f-8987-1fc053db5b1a",
    "recording_id": null,
    "artist": "Sonny Rhodes",
    "artist_ids": [
        "3a9a08a6-3f3f-43b1-b6e2-b22dec82bcf9"
    ],
    "album": "A Good Day to Play the Blues",
    "release_id": "72b7bc55-b522-4f0a-b5fe-96699bc2d02e",
    "release_group_id": null,
    "labels": [
        "Stony Plain Records"
    ],
    "label_ids": [
        "77b027d1-06e7-4c0b-80cc-4870c87e2402"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}