Information about plays

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

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

{
    "id": 516013,
    "uri": "https://api.kexp.org/v2/plays/516013/?format=api",
    "airdate": "2002-02-09T12:14:00-08:00",
    "show": 8897,
    "show_uri": "https://api.kexp.org/v2/shows/8897/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YQRH7J55L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YQRH7J55L._SL75_.jpg",
    "song": "In the Street",
    "track_id": "7dfb5a7d-d22b-477e-a35b-afc77dafddae",
    "recording_id": null,
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "Nobody Can Dance",
    "release_id": "2ce1abb9-4d82-42d8-ac5b-39199d5dd77c",
    "release_group_id": null,
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "1999-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}