Information about plays

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

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

{
    "id": 374813,
    "uri": "https://api.kexp.org/v2/plays/374813/?format=api",
    "airdate": "2019-08-31T10:46:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Song",
    "track_id": "56d5453d-918d-3df4-a3a6-6ac8571ede64",
    "recording_id": null,
    "artist": "Pablo Moses",
    "artist_ids": [
        "74041c43-5700-4290-94cc-b823a290aceb"
    ],
    "album": "A Song",
    "release_id": "2f6a7dcb-d60a-44d0-8cbd-1a12c98add30",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mr. Moses brought a first class band, his Revolutionary Dream Band. It included two synthesizers where most reggae bands have horns, and it gave the arrangements a hint of ominousness. \nMoses got his start in music performing with informal school bands. He and Don Prendes formed a group and entered talent shows, performing under the name, \"The Canaries\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}