Information about plays

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

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

{
    "id": 1387241,
    "uri": "https://api.kexp.org/v2/plays/1387241/?format=api",
    "airdate": "2008-06-18T20:52:32-07:00",
    "show": 24216,
    "show_uri": "https://api.kexp.org/v2/shows/24216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gg7JEoazL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gg7JEoazL._SL75_.jpg",
    "song": "Keep On Goin'",
    "track_id": "fd236f7f-9c8c-4425-b603-27583e38d9d0",
    "recording_id": null,
    "artist": "Dr. John & The Lower 911",
    "artist_ids": [
        "ecaca7ba-dd5c-4684-9c54-a267364a1034"
    ],
    "album": "City That Care Forgot",
    "release_id": "73acee15-44ff-4820-a4e2-6d8ea7016943",
    "release_group_id": null,
    "labels": [
        "429 Records"
    ],
    "label_ids": [
        "815aad3a-3653-4f85-afd0-d0e1536f4f40"
    ],
    "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"
}