Information about plays

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

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

{
    "id": 1275400,
    "uri": "https://api.kexp.org/v2/plays/1275400/?format=api",
    "airdate": "2007-09-05T01:23:57-07:00",
    "show": 22324,
    "show_uri": "https://api.kexp.org/v2/shows/22324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TSZV1BTNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TSZV1BTNL._SL75_.jpg",
    "song": "If You Ever Slip",
    "track_id": "2289f80d-3114-4922-a403-f82610ef3370",
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "The Hottest State",
    "release_id": "cd1c0eb9-6568-4d58-8dcf-1dd2ce092d61",
    "release_group_id": null,
    "labels": [
        "Hickory Records"
    ],
    "label_ids": [
        "35036a98-ceae-4fc8-84a8-aea6ec4bf55d"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}