Information about plays

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

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

{
    "id": 2678922,
    "uri": "https://api.kexp.org/v2/plays/2678922/?format=api",
    "airdate": "2019-12-27T21:54:00-08:00",
    "show": 46236,
    "show_uri": "https://api.kexp.org/v2/shows/46236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Best One",
    "track_id": "56d860b2-e9e5-4f88-b5bb-324bcc860e02",
    "recording_id": null,
    "artist": "NxWorries",
    "artist_ids": [
        "96c5c9a3-6c9b-41a7-90cc-e7375afbfde1"
    ],
    "album": "Yes Lawd!",
    "release_id": "0753a242-fe5f-4e26-a005-b5e7354434cf",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}