Information about plays

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

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

{
    "id": 2681925,
    "uri": "https://api.kexp.org/v2/plays/2681925/?format=api",
    "airdate": "2020-01-04T05:28:21-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bullet Proof",
    "track_id": "e1cbbca0-6e5f-3586-920b-3c1122c3a6fb",
    "recording_id": null,
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "Some of my Best Jokes are Friends",
    "release_id": "b494442d-9d02-495e-90b3-b3ab0c592896",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}