Information about plays

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

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

{
    "id": 1265506,
    "uri": "https://api.kexp.org/v2/plays/1265506/?format=api",
    "airdate": "2007-08-10T23:44:28-07:00",
    "show": 22156,
    "show_uri": "https://api.kexp.org/v2/shows/22156/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MGN27RJ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MGN27RJ1L._SL75_.jpg",
    "song": "I Walk The Line",
    "track_id": "5673a653-f35d-4b78-869e-907f5b26a30d",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend",
    "release_id": "3d4105f5-46aa-4c28-8ef0-9e8c6b57ee8a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}