Information about plays

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

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

{
    "id": 2679404,
    "uri": "https://api.kexp.org/v2/plays/2679404/?format=api",
    "airdate": "2019-12-29T03:15:00-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Momma I Hit A Lick (feat. Kendrick Lamar)",
    "track_id": null,
    "recording_id": null,
    "artist": "2 Chainz",
    "artist_ids": [
        "dff0d392-4cd5-4052-9fbb-f485df3891e5"
    ],
    "album": "Rap Or Go To The League",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Pharrell Williams, 2 Chainz new track, 'Momma I Hit A Lick' is another 2019 release featuring Kendrick Lamar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}