Information about plays

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

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

{
    "id": 2681551,
    "uri": "https://api.kexp.org/v2/plays/2681551/?format=api",
    "airdate": "2020-01-03T07:53:25-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juicy Fruit",
    "track_id": "df5da4cb-aafa-482d-adcd-668f5f3a0b75",
    "recording_id": null,
    "artist": "Mtume",
    "artist_ids": [
        "3e0ad499-0d3b-4445-8224-c63b4ad46317"
    ],
    "album": "Juicy Fruit",
    "release_id": "78343435-5736-4f98-bb33-e58a1777fb17",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "2015-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another birthday!  James Forman (born January 3, 1946), better known by his stage name James Mtume, is an American jazz and R&B musician, songwriter, record producer, activist and radio personality. He came to prominence as a Jazz musician, working with Miles Davis between 1971 and 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}