Information about plays

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

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

{
    "id": 2681853,
    "uri": "https://api.kexp.org/v2/plays/2681853/?format=api",
    "airdate": "2020-01-04T01:30:59-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Breed",
    "track_id": "6d22c336-20a5-420c-82cc-63c9a2b3bf65",
    "recording_id": null,
    "artist": "James BKS feat. Q‐Tip, Idris Elba & Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "New Breed",
    "release_id": "f0597337-cd85-4eb0-a2b9-040e7850b279",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}