Information about plays

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

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

{
    "id": 2680581,
    "uri": "https://api.kexp.org/v2/plays/2680581/?format=api",
    "airdate": "2019-12-31T23:10:49-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living in China",
    "track_id": "7e6d0323-60c1-3418-a36a-d2948c21b8b5",
    "recording_id": null,
    "artist": "Men Without Hats",
    "artist_ids": [
        "bcabb743-60ed-406b-94da-9bf82e032e58"
    ],
    "album": "Living in China",
    "release_id": "5a5017bf-a4c3-4281-b659-7d74a8f69798",
    "release_group_id": null,
    "labels": [
        "Statik Records"
    ],
    "label_ids": [
        "7821d38b-4bee-4b5e-a2ef-89e2995b5899"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}