Information about plays

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

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

{
    "id": 1288951,
    "uri": "https://api.kexp.org/v2/plays/1288951/?format=api",
    "airdate": "2007-10-09T19:06:25-07:00",
    "show": 22555,
    "show_uri": "https://api.kexp.org/v2/shows/22555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bukom Mashie",
    "track_id": null,
    "recording_id": null,
    "artist": "Oscar Sulley",
    "artist_ids": [
        "3924e04e-9828-4ca0-bbf8-143f1012788d"
    ],
    "album": "Ghana Soundz: Afro Beat, Funk and Fusion in 70's Ghana",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "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"
}