Information about plays

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

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

{
    "id": 347752,
    "uri": "https://api.kexp.org/v2/plays/347752/?format=api",
    "airdate": "2019-06-29T06:54:00-07:00",
    "show": 5790,
    "show_uri": "https://api.kexp.org/v2/shows/5790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Overdose",
    "track_id": "b5e884a0-6e30-46a4-ae3c-804a2c96a2fd",
    "recording_id": null,
    "artist": "FIDLAR",
    "artist_ids": [
        "6910222b-74c2-48fc-8c13-a6b88cc28fc0"
    ],
    "album": "Too",
    "release_id": "af48cf18-8f1e-4fb9-a72f-3f169ac36a0c",
    "release_group_id": null,
    "labels": [
        "Mom + Pop"
    ],
    "label_ids": [],
    "release_date": "2015-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}