Information about plays

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

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

{
    "id": 465967,
    "uri": "https://api.kexp.org/v2/plays/465967/?format=api",
    "airdate": "2001-09-13T23:22:30-07:00",
    "show": 7921,
    "show_uri": "https://api.kexp.org/v2/shows/7921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pstr-VoCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pstr-VoCL._SL75_.jpg",
    "song": "Sir Nose D'Voidoffunk (Pay Attention-B3M)",
    "track_id": "3bee574d-71cd-4bad-bea0-ef6c2b0d1def",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Funkentelechy vs. the Placebo Syndrome",
    "release_id": "528a8837-5cb9-4865-93d3-00c6e15ceae1",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1977-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}