Information about plays

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

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

{
    "id": 421765,
    "uri": "https://api.kexp.org/v2/plays/421765/?format=api",
    "airdate": "2001-05-06T15:15:00-07:00",
    "show": 7064,
    "show_uri": "https://api.kexp.org/v2/shows/7064/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HK5B81WML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HK5B81WML._SL75_.jpg",
    "song": "Nico Norte",
    "track_id": "9528b3c1-f68a-4148-87d2-7b8b9ecb9159",
    "recording_id": null,
    "artist": "The Ladybug Transistor",
    "artist_ids": [
        "034147e1-0acd-4a3a-9fcf-aa310cb41707"
    ],
    "album": "Argyle Heir",
    "release_id": "ab701839-e363-46fa-9909-eee4766d1b71",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}