Information about plays

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

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

{
    "id": 1364394,
    "uri": "https://api.kexp.org/v2/plays/1364394/?format=api",
    "airdate": "2008-04-20T05:10:07-07:00",
    "show": 23822,
    "show_uri": "https://api.kexp.org/v2/shows/23822/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518PNDSVVWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518PNDSVVWL._SL75_.jpg",
    "song": "Al-Falaq 113",
    "track_id": null,
    "recording_id": null,
    "artist": "Me'Shell NdegéOcello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Dance of the Infidel: The Spirit Music Jamia",
    "release_id": "554bfaf0-8f6c-41b5-a2c5-b0e3d5ac7909",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}