Information about plays

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

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

{
    "id": 1340402,
    "uri": "https://api.kexp.org/v2/plays/1340402/?format=api",
    "airdate": "2008-02-18T20:56:19-08:00",
    "show": 23420,
    "show_uri": "https://api.kexp.org/v2/shows/23420/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hPIWOMn7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hPIWOMn7L._SL75_.jpg",
    "song": "L'Africain",
    "track_id": "4ed20523-16a2-4864-afb6-23b72f72bffb",
    "recording_id": null,
    "artist": "Tiken Jah Fakoly",
    "artist_ids": [
        "edef3cfa-4e5e-4d64-8bd8-20f9dc1d8cad"
    ],
    "album": "L'Africain",
    "release_id": "eea59626-438e-4833-82b9-587e89e0f81d",
    "release_group_id": null,
    "labels": [
        "Barclay(France)"
    ],
    "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"
}