Information about plays

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

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

{
    "id": 504051,
    "uri": "https://api.kexp.org/v2/plays/504051/?format=api",
    "airdate": "2002-01-05T17:48:00-08:00",
    "show": 8663,
    "show_uri": "https://api.kexp.org/v2/shows/8663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415AF4EGV7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415AF4EGV7L._SL75_.jpg",
    "song": "Get in the Car",
    "track_id": "0a68379e-fd5b-46c5-bd8f-9d849b89f554",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "What Are You Going to Do With Your Life?",
    "release_id": "a1541b77-4199-49fb-9024-3425d343c387",
    "release_group_id": null,
    "labels": [
        "London Records 90"
    ],
    "label_ids": [
        "2cd8a4b0-f36a-4761-8637-893024985e2f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}