Information about plays

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

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

{
    "id": 2679383,
    "uri": "https://api.kexp.org/v2/plays/2679383/?format=api",
    "airdate": "2019-12-29T02:17:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Suge",
    "track_id": "d982daab-1623-4ef0-8ce2-2ae0fc839d69",
    "recording_id": null,
    "artist": "DaBaby",
    "artist_ids": [
        "87ae83df-6173-40cc-a0f2-bad543faa6aa"
    ],
    "album": "Baby on Baby",
    "release_id": "f6a586ed-789c-46b3-a9e6-3cab0a46f362",
    "release_group_id": null,
    "labels": [
        "South Coast Music Group"
    ],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Charlotte, DaBaby released two albums this year. The first was 'Baby on Baby' which peaked at number seven on the Billboard Top 200. His second 'Kirk,' released a few months later, debuted at number one.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}