Information about plays

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

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

{
    "id": 422125,
    "uri": "https://api.kexp.org/v2/plays/422125/?format=api",
    "airdate": "2001-05-07T18:27:16-07:00",
    "show": 7073,
    "show_uri": "https://api.kexp.org/v2/shows/7073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h44aj3mBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h44aj3mBL._SL75_.jpg",
    "song": "Gnima Diala",
    "track_id": "bba4ea25-7f4d-40f0-863c-bac2db8eae11",
    "recording_id": null,
    "artist": "Djélimady Tounkara",
    "artist_ids": [
        "38a2f32e-0304-4851-9807-9d7f84b12851"
    ],
    "album": "Sigui",
    "release_id": "86585096-2e8d-441f-b9c1-3f7daed711bf",
    "release_group_id": null,
    "labels": [
        "Label Bleu/Indigo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}