Information about plays

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

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

{
    "id": 1264728,
    "uri": "https://api.kexp.org/v2/plays/1264728/?format=api",
    "airdate": "2007-08-09T02:42:14-07:00",
    "show": 22145,
    "show_uri": "https://api.kexp.org/v2/shows/22145/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517A0JQ3ZQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517A0JQ3ZQL._SL75_.jpg",
    "song": "Burn It Off",
    "track_id": "ea7116e0-cc0b-44a6-a2f9-d6131effb50f",
    "recording_id": null,
    "artist": "Blues Explosion",
    "artist_ids": [
        "ce278d9a-0d24-4d5a-9d29-437af82290e1"
    ],
    "album": "Damage",
    "release_id": "81a7ba16-38e4-4bb3-b724-82297f2fd8e7",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "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"
}