Information about plays

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

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

{
    "id": 1379602,
    "uri": "https://api.kexp.org/v2/plays/1379602/?format=api",
    "airdate": "2008-05-28T13:45:32-07:00",
    "show": 24076,
    "show_uri": "https://api.kexp.org/v2/shows/24076/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZGVXZNRKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZGVXZNRKL._SL75_.jpg",
    "song": "Moroccan Peoples Revolutionary Bowls Club",
    "track_id": "30d37966-bd49-411c-9773-b461a90e59f7",
    "recording_id": null,
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Think Tank",
    "release_id": "8c8fbde0-5588-4a60-af4b-9f404cb79c35",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "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"
}