Information about plays

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

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

{
    "id": 426663,
    "uri": "https://api.kexp.org/v2/plays/426663/?format=api",
    "airdate": "2001-05-21T18:50:00-07:00",
    "show": 7164,
    "show_uri": "https://api.kexp.org/v2/shows/7164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lrMJlcEFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lrMJlcEFL._SL75_.jpg",
    "song": "Chipembere Nhimutimu",
    "track_id": "f5c367da-5958-481c-9d12-7dec1d0ed2a2",
    "recording_id": null,
    "artist": "Forward Kwenda",
    "artist_ids": [
        "4c3ca691-10cd-45f3-9dd1-8eaa6aeea604"
    ],
    "album": "Svikiro-Meditations From An Mbira Master",
    "release_id": "59bcf6ef-a6a8-4759-8b94-08d90d401de2",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}