Information about plays

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

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

{
    "id": 532741,
    "uri": "https://api.kexp.org/v2/plays/532741/?format=api",
    "airdate": "2002-03-30T00:37:00-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3116X86ZX5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3116X86ZX5L._SL75_.jpg",
    "song": "Aspidistra Files",
    "track_id": null,
    "recording_id": null,
    "artist": "Stars",
    "artist_ids": [
        "5aeb21a3-4606-4a0d-8369-50c768d1e99a"
    ],
    "album": "The Comeback EP",
    "release_id": "7d0aae86-cfc2-429c-b716-6839dfb4940c",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}