Information about plays

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

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

{
    "id": 1354748,
    "uri": "https://api.kexp.org/v2/plays/1354748/?format=api",
    "airdate": "2008-03-27T01:27:18-07:00",
    "show": 23662,
    "show_uri": "https://api.kexp.org/v2/shows/23662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "International Playboy",
    "track_id": "eda0fd14-edd0-4018-bb1b-7e511ebfe9e1",
    "recording_id": null,
    "artist": "Wilson Pickett",
    "artist_ids": [
        "fc6214b3-6d82-4803-be74-01ece1723e42"
    ],
    "album": "In Philadelphia",
    "release_id": "34f28204-346e-4827-ab9e-e1adb14cde29",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}