Information about plays

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

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

{
    "id": 419929,
    "uri": "https://api.kexp.org/v2/plays/419929/?format=api",
    "airdate": "2001-05-01T02:10:35-07:00",
    "show": 7025,
    "show_uri": "https://api.kexp.org/v2/shows/7025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QPA9JQQRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QPA9JQQRL._SL75_.jpg",
    "song": "Atama Transmission",
    "track_id": "c53fb63e-7e8b-49d0-b0ce-78af95b7c7bc",
    "recording_id": null,
    "artist": "The Prom",
    "artist_ids": [
        "b01fe056-d1c1-4a3e-8381-56f7e5f2d8a7"
    ],
    "album": "In This Way They Found Me",
    "release_id": "1b1df09a-f724-47a4-9bb0-1876bda080fd",
    "release_group_id": null,
    "labels": [
        "Pantherfact"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}