Information about plays

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

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

{
    "id": 1303498,
    "uri": "https://api.kexp.org/v2/plays/1303498/?format=api",
    "airdate": "2007-11-17T11:11:00-08:00",
    "show": 22802,
    "show_uri": "https://api.kexp.org/v2/shows/22802/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Them Talk",
    "track_id": "d77ff869-a185-43b1-ba76-73030af917b5",
    "recording_id": null,
    "artist": "Bitty McLean",
    "artist_ids": [
        "73aaebf1-c6a4-4211-9089-62e65f9e199a"
    ],
    "album": "Real Authentic Reggae, Volume 1",
    "release_id": "5c092bfe-606c-4557-94ae-6e3edcc0a487",
    "release_group_id": null,
    "labels": [
        "Taxi Records"
    ],
    "label_ids": [
        "398b7a9f-03f6-41bb-a191-3c82ae2c0c5c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}