Information about plays

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

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

{
    "id": 503764,
    "uri": "https://api.kexp.org/v2/plays/503764/?format=api",
    "airdate": "2002-01-04T19:51:00-08:00",
    "show": 8657,
    "show_uri": "https://api.kexp.org/v2/shows/8657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512u4S%2Bf0yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512u4S%2Bf0yL._SL75_.jpg",
    "song": "Tequila Calling",
    "track_id": "7582d277-1439-43b7-a95b-e658a1695ac4",
    "recording_id": null,
    "artist": "Big Sandy & His Fly-Rite Boys",
    "artist_ids": [
        "1c862e9b-6ada-423a-a4b0-d43cce8e1b0e"
    ],
    "album": "Night Tide",
    "release_id": "4b1cc56d-9909-48d6-83f1-efa66d47090f",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}