Information about plays

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

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

{
    "id": 1358878,
    "uri": "https://api.kexp.org/v2/plays/1358878/?format=api",
    "airdate": "2008-04-06T10:07:00-07:00",
    "show": 23731,
    "show_uri": "https://api.kexp.org/v2/shows/23731/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rn87YbE9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rn87YbE9L._SL75_.jpg",
    "song": "Corina Corina",
    "track_id": "be5c082c-488d-4061-a688-d698dcafceb6",
    "recording_id": null,
    "artist": "Albert King",
    "artist_ids": [
        "10f89195-3af1-46f5-aa36-504aa3309f5a"
    ],
    "album": "Lovejoy",
    "release_id": "ca5c64ab-6951-48a7-a3f0-85fa2f3808ff",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "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"
}