Information about plays

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

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

{
    "id": 529567,
    "uri": "https://api.kexp.org/v2/plays/529567/?format=api",
    "airdate": "2002-03-21T08:00:00-08:00",
    "show": 9164,
    "show_uri": "https://api.kexp.org/v2/shows/9164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41079B240YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41079B240YL._SL75_.jpg",
    "song": "Where Is My Mind?",
    "track_id": "eafca7e2-e4f1-4479-b847-2e1cca83aba0",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "e3b40456-d510-48a1-a338-1469669e623a"
    ],
    "album": "Surfer Rosa",
    "release_id": "e78fc156-e0be-4e1a-a668-9338356dfe29",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1988-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}