Information about plays

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

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

{
    "id": 509580,
    "uri": "https://api.kexp.org/v2/plays/509580/?format=api",
    "airdate": "2002-01-22T05:42:00-08:00",
    "show": 8777,
    "show_uri": "https://api.kexp.org/v2/shows/8777/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21AHYS3T2JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21AHYS3T2JL._SL75_.jpg",
    "song": "No Hard Shoulder to Cry On",
    "track_id": "32988504-c8b4-4e87-85ef-0788b94e5b71",
    "recording_id": null,
    "artist": "Julian Cope",
    "artist_ids": [
        "09d878d8-bc2e-4d04-b4aa-57ab614f93ab"
    ],
    "album": "Jehovahkill",
    "release_id": "0dd6ff91-9afa-4dc8-a678-0f11bc90cfaa",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}