Information about plays

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

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

{
    "id": 1312615,
    "uri": "https://api.kexp.org/v2/plays/1312615/?format=api",
    "airdate": "2007-12-10T19:42:18-08:00",
    "show": 22959,
    "show_uri": "https://api.kexp.org/v2/shows/22959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Africa (Featuring Tiken Jah Fakoly)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ba Cissoko",
    "artist_ids": [
        "69121312-c681-4feb-b0e8-64cd86e357fc"
    ],
    "album": "Electric Griot Land",
    "release_id": "a0fab0dc-c6fb-49da-90ea-a764371a7734",
    "release_group_id": null,
    "labels": [
        "Totolo"
    ],
    "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"
}