Information about plays

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

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

{
    "id": 343913,
    "uri": "https://api.kexp.org/v2/plays/343913/?format=api",
    "airdate": "2019-06-20T12:12:00-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Connect For",
    "track_id": null,
    "recording_id": null,
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Live on KEXP Volume Two",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Common Market was here at KEXP in the gathering space on December 1, 2017: https://www.youtube.com/watch?v=vMBI4w-7GYM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}