Information about plays

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

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

{
    "id": 343296,
    "uri": "https://api.kexp.org/v2/plays/343296/?format=api",
    "airdate": "2019-06-19T04:07:18-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time to Pretend (radio edit)",
    "track_id": "06ec3933-fdf8-30b5-b09c-c630c53f1e49",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Time to Pretend",
    "release_id": "64faf1af-6984-4525-a5e9-5c99a8638f45",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}