Information about plays

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

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

{
    "id": 2675766,
    "uri": "https://api.kexp.org/v2/plays/2675766/?format=api",
    "airdate": "2019-12-20T04:56:00-08:00",
    "show": 46184,
    "show_uri": "https://api.kexp.org/v2/shows/46184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the City",
    "track_id": "40b09f44-3e3b-3794-bc36-d1c893ab0e65",
    "recording_id": null,
    "artist": "Anika",
    "artist_ids": [
        "15c0e62b-3e46-4666-845d-d6c86bd44774"
    ],
    "album": "Anika EP",
    "release_id": "7e30259e-7e0b-4783-a252-9b9dc2805618",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [],
    "release_date": "2013-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}