Information about plays

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

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

{
    "id": 533237,
    "uri": "https://api.kexp.org/v2/plays/533237/?format=api",
    "airdate": "2002-03-31T17:05:22-08:00",
    "show": 9236,
    "show_uri": "https://api.kexp.org/v2/shows/9236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5110Q35ASFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5110Q35ASFL._SL75_.jpg",
    "song": "Song Against Sex",
    "track_id": null,
    "recording_id": null,
    "artist": "Neutral Milk Hotel",
    "artist_ids": [
        "a506f761-2c22-4b2f-8a94-bd748c2c8f75"
    ],
    "album": "On Avery Island",
    "release_id": "5b85df1f-61f6-459e-bbfa-277a48014617",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1996-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}