Information about plays

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

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

{
    "id": 1288516,
    "uri": "https://api.kexp.org/v2/plays/1288516/?format=api",
    "airdate": "2007-10-08T18:05:26-07:00",
    "show": 22549,
    "show_uri": "https://api.kexp.org/v2/shows/22549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pdFKsy9kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pdFKsy9kL._SL75_.jpg",
    "song": "Ndéleng Ndéleng",
    "track_id": "6b34ce70-8cff-4884-9615-7b9e84394bd8",
    "recording_id": null,
    "artist": "Orchestra Baobab",
    "artist_ids": [
        "30331c85-26d4-4daa-9f66-3075cac4c20b"
    ],
    "album": "Made in Dakar",
    "release_id": "e6b2afe4-7244-4596-b80a-1bf48c09e003",
    "release_group_id": null,
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "2007-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}