Information about plays

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

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

{
    "id": 350738,
    "uri": "https://api.kexp.org/v2/plays/350738/?format=api",
    "airdate": "2019-07-06T04:51:00-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Invisible",
    "track_id": "1aff11e5-4082-38a3-8dcc-a9c98cc3c0a3",
    "recording_id": null,
    "artist": "Moka Only",
    "artist_ids": [],
    "album": "Lime Green",
    "release_id": "1ce38376-7bee-4298-9ec3-685d9394682f",
    "release_group_id": null,
    "labels": [
        "Battle Axe Records"
    ],
    "label_ids": [
        "999bda6e-b5a8-4747-840b-c2fa0da445ac"
    ],
    "release_date": "2001-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}