Information about plays

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

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

{
    "id": 430062,
    "uri": "https://api.kexp.org/v2/plays/430062/?format=api",
    "airdate": "2001-05-31T18:33:36-07:00",
    "show": 7228,
    "show_uri": "https://api.kexp.org/v2/shows/7228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WOj5lbYIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WOj5lbYIL._SL75_.jpg",
    "song": "Make Room for the Blues",
    "track_id": "f4900ffe-345e-4a25-bb88-448cf6f5c602",
    "recording_id": null,
    "artist": "The Del McCoury Band",
    "artist_ids": [
        "7e5a0c3f-339a-4e5d-aed0-1946112b4a66"
    ],
    "album": "Blue Side of Town",
    "release_id": "f3ab2924-8435-4c47-adba-6b212d591a7c",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}