Information about plays

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

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

{
    "id": 381532,
    "uri": "https://api.kexp.org/v2/plays/381532/?format=api",
    "airdate": "2019-09-16T08:43:00-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emotion In Motion",
    "track_id": "9e8ac556-ec04-4490-a039-31912fb35341",
    "recording_id": null,
    "artist": "Ric Ocasek",
    "artist_ids": [
        "697d4510-c3fe-4e96-bcc9-34739bccde8f"
    ],
    "album": "Emotion In Motion",
    "release_id": "7d6b4fc6-f3ba-437b-bb08-986b13032bb3",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ocasek was a founding member, lead singer and principal songwriter of the new wave rock band The Cars. Following the group's 1985 Greatest Hits release, its members split up to pursue solo projects.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}