Information about plays

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

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

{
    "id": 348679,
    "uri": "https://api.kexp.org/v2/plays/348679/?format=api",
    "airdate": "2019-07-01T15:27:00-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Need (Твоя Беда)",
    "track_id": "82f50944-3c73-478c-9ea3-5bb58c7e9995",
    "recording_id": null,
    "artist": "Kedr Livanskiy",
    "artist_ids": [
        "0eba6174-335a-41a6-b51a-661998e682a7"
    ],
    "album": "Your Need",
    "release_id": "6f6d5fa6-90a5-4d64-8aea-4b3fee979185",
    "release_group_id": null,
    "labels": [
        "2MR"
    ],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a link to the Midnight in a Perfect World set with Kedr Livanskiy. https://www.kexp.org/read/2019/6/28/midnight-perfect-world-kedr-livanskiy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}