Information about plays

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

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

{
    "id": 504267,
    "uri": "https://api.kexp.org/v2/plays/504267/?format=api",
    "airdate": "2002-01-06T14:38:00-08:00",
    "show": 8671,
    "show_uri": "https://api.kexp.org/v2/shows/8671/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MxezGhsqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MxezGhsqL._SL75_.jpg",
    "song": "Broken Face",
    "track_id": "1852ceea-ed0a-4028-b7aa-18dbcf777ed8",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "e3b40456-d510-48a1-a338-1469669e623a"
    ],
    "album": "Surfer Rosa / Come On Pilgrim",
    "release_id": "7797a06a-ddeb-4aac-b36f-bf7bb0a96028",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}