Information about plays

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

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

{
    "id": 1227402,
    "uri": "https://api.kexp.org/v2/plays/1227402/?format=api",
    "airdate": "2007-05-04T23:31:18-07:00",
    "show": 21503,
    "show_uri": "https://api.kexp.org/v2/shows/21503/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AARQ6A5NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AARQ6A5NL._SL75_.jpg",
    "song": "Your Touch",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Magic Potion",
    "release_id": "dd4537c4-4faf-4b20-b4eb-e4807c7d085a",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2006-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}