Information about plays

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

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

{
    "id": 2675519,
    "uri": "https://api.kexp.org/v2/plays/2675519/?format=api",
    "airdate": "2019-12-19T19:34:00-08:00",
    "show": 46182,
    "show_uri": "https://api.kexp.org/v2/shows/46182/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Time",
    "track_id": "d079fe46-3374-4d8e-a7b7-89ff2e546d76",
    "recording_id": null,
    "artist": "Nikki Lane",
    "artist_ids": [
        "967181a8-b54d-407b-93e4-2988bd97fa39"
    ],
    "album": "All or Nothin’",
    "release_id": "de32efb2-8b16-487c-9724-760bb996b722",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "www.nikkilane.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}