Information about plays

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

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

{
    "id": 1307102,
    "uri": "https://api.kexp.org/v2/plays/1307102/?format=api",
    "airdate": "2007-11-26T18:38:43-08:00",
    "show": 22866,
    "show_uri": "https://api.kexp.org/v2/shows/22866/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "tamba Zimba Navashe",
    "track_id": null,
    "recording_id": null,
    "artist": "Hallelujah Chicken Run Band",
    "artist_ids": [
        "ba5c4a87-7470-4674-a8b1-ee3863e579a3"
    ],
    "album": "Take One",
    "release_id": "e8b02e19-369f-480d-8676-4f7369adc124",
    "release_group_id": null,
    "labels": [
        "Analog Africa"
    ],
    "label_ids": [
        "8b2b26bc-6310-4de1-b092-c10753b65bcc"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}