Information about plays

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

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

{
    "id": 1335646,
    "uri": "https://api.kexp.org/v2/plays/1335646/?format=api",
    "airdate": "2008-02-07T03:32:14-08:00",
    "show": 23342,
    "show_uri": "https://api.kexp.org/v2/shows/23342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Othodox Gold",
    "track_id": null,
    "recording_id": null,
    "artist": "Up, Bustle & Out",
    "artist_ids": [
        "21576876-104b-401f-8607-0a9f0a190052"
    ],
    "album": "Istanbul's Secrets (disc 2)",
    "release_id": "95096ecc-a090-4e31-b6f9-94c6439f5631",
    "release_group_id": null,
    "labels": [
        "Collision: Cause of Chapter 3"
    ],
    "label_ids": [
        "a8c26fd0-b401-40b2-9ff1-27b4b5434ee6"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}