Information about plays

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

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

{
    "id": 1262475,
    "uri": "https://api.kexp.org/v2/plays/1262475/?format=api",
    "airdate": "2007-08-03T09:55:06-07:00",
    "show": 22105,
    "show_uri": "https://api.kexp.org/v2/shows/22105/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AnbuEdugL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AnbuEdugL._SL75_.jpg",
    "song": "Suds & Soda",
    "track_id": "2009b008-9c95-4ce9-b3b8-835dc4b1b678",
    "recording_id": null,
    "artist": "dEUS",
    "artist_ids": [
        "2d0ec174-2bff-4f46-ae1b-dfea0ed9391c"
    ],
    "album": "Worst Case Scenario",
    "release_id": "a6c64222-b620-4062-bb13-460887e1c3cc",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [
        "c9df30c6-3a4f-49c1-ad50-53f6a67672da"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}