Information about plays

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

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

{
    "id": 1415054,
    "uri": "https://api.kexp.org/v2/plays/1415054/?format=api",
    "airdate": "2008-08-27T20:19:40-07:00",
    "show": 24682,
    "show_uri": "https://api.kexp.org/v2/shows/24682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CjhYhXJ2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CjhYhXJ2L._SL75_.jpg",
    "song": "We'll Never Turn Back",
    "track_id": "c41220b0-b794-4fee-ab07-9dc76aa439a0",
    "recording_id": null,
    "artist": "Barbara Dane",
    "artist_ids": [
        "5027c984-738d-4efe-a9ba-af52b93a131f"
    ],
    "album": "Barbara Dane and the Chambers Brothers",
    "release_id": "8f4112ca-8230-4fca-b470-3e535ebfc2a5",
    "release_group_id": null,
    "labels": [
        "DBK Works"
    ],
    "label_ids": [
        "4742fffd-4097-42a6-9156-9a03546c5198"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}