Information about plays

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

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

{
    "id": 1378896,
    "uri": "https://api.kexp.org/v2/plays/1378896/?format=api",
    "airdate": "2008-05-26T19:35:55-07:00",
    "show": 24066,
    "show_uri": "https://api.kexp.org/v2/shows/24066/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BmgAXAv6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BmgAXAv6L._SL75_.jpg",
    "song": "Naafigi",
    "track_id": "b8f0f4b6-8aba-4eb4-9292-6335150c6fdb",
    "recording_id": null,
    "artist": "Justin Adams & Juldeh Camara",
    "artist_ids": [
        "a3b20f82-df36-45cd-9ca3-d1e047d877f5"
    ],
    "album": "Soul Science",
    "release_id": "5f26a9d6-d717-4e89-a88b-bc70b105f25a",
    "release_group_id": null,
    "labels": [
        "Village Vert"
    ],
    "label_ids": [
        "6cb64919-e0ca-47e1-8368-a1191d6028d1"
    ],
    "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"
}