Information about plays

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

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

{
    "id": 516500,
    "uri": "https://api.kexp.org/v2/plays/516500/?format=api",
    "airdate": "2002-02-11T05:09:00-08:00",
    "show": 8911,
    "show_uri": "https://api.kexp.org/v2/shows/8911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HJLvxsXNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HJLvxsXNL._SL75_.jpg",
    "song": "I'll Be Waiting",
    "track_id": "16e1cdd4-8f18-4d1d-a456-c95320ca98a0",
    "recording_id": null,
    "artist": "Alton Ellis",
    "artist_ids": [
        "b04d9207-306c-42db-8b6a-c94d49b4b08a"
    ],
    "album": "Alton & Hortense Ellis",
    "release_id": "2d51837b-6938-4cf2-849e-18973ccf7eb6",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}