Information about plays

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

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

{
    "id": 2679686,
    "uri": "https://api.kexp.org/v2/plays/2679686/?format=api",
    "airdate": "2019-12-29T19:18:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That's the Way It's Going to Be",
    "track_id": "60a30f75-e29d-3999-989a-a84109ffb72a",
    "recording_id": null,
    "artist": "Dudley Perkins",
    "artist_ids": [
        "6fd54d83-1e4f-4502-a9bb-cb9b8e11110a"
    ],
    "album": "Expressions (2012 A.U.)",
    "release_id": "fba244a9-4d47-4052-b6f4-a339bdf1650a",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2006-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}