Information about plays

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

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

{
    "id": 533605,
    "uri": "https://api.kexp.org/v2/plays/533605/?format=api",
    "airdate": "2002-04-01T18:24:35-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ugkbj3r4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ugkbj3r4L._SL75_.jpg",
    "song": "Misahotaka Ny Akama",
    "track_id": "db7d9969-4e79-4d74-a627-285948c86e8a",
    "recording_id": null,
    "artist": "Rajery",
    "artist_ids": [
        "9dd562f5-3e87-41a2-9eb1-851439f2f068"
    ],
    "album": "Fanamby",
    "release_id": "ea298567-00e8-4af3-b932-a46b5c8e12c9",
    "release_group_id": null,
    "labels": [
        "Indigo/Label Bleu"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}