Information about plays

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

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

{
    "id": 506580,
    "uri": "https://api.kexp.org/v2/plays/506580/?format=api",
    "airdate": "2002-01-13T11:21:00-08:00",
    "show": 8718,
    "show_uri": "https://api.kexp.org/v2/shows/8718/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51feZtsZcLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51feZtsZcLL._SL75_.jpg",
    "song": "Your Lips",
    "track_id": "007863ae-fae0-4759-b93f-7c99e3d9b30a",
    "recording_id": null,
    "artist": "Olu Dara",
    "artist_ids": [
        "c6a841d8-78d4-4b76-afa0-b848afaf5edb"
    ],
    "album": "In the World: From Natchez to New York",
    "release_id": "8a837867-5388-41a9-a44e-c1d84c620c25",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1998-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}