Information about plays

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

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

{
    "id": 499760,
    "uri": "https://api.kexp.org/v2/plays/499760/?format=api",
    "airdate": "2001-12-23T22:33:00-08:00",
    "show": 8581,
    "show_uri": "https://api.kexp.org/v2/shows/8581/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A3CM1JW1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A3CM1JW1L._SL75_.jpg",
    "song": "Macho Woman",
    "track_id": "4e6c6667-3e3a-4edd-a9c1-b51188240450",
    "recording_id": null,
    "artist": "Ornette Coleman",
    "artist_ids": [
        "169c0d1b-fcb8-4a43-9097-829aa7b39205"
    ],
    "album": "Sound Museum: Three Women",
    "release_id": "6976f4cc-76f8-49e9-9bf6-f4dba7aca275",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}