Information about plays

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

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

{
    "id": 342899,
    "uri": "https://api.kexp.org/v2/plays/342899/?format=api",
    "airdate": "2019-06-18T09:43:53-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/92f17814-57bb-4c9b-8948-fee1f0677472/21335070368-250.jpg",
    "thumbnail_uri": "",
    "song": "The Emperor’s New Clothes",
    "track_id": "4892690f-7523-35f4-8828-caeb723c6a3e",
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "I Do Not Want What I Haven’t Got",
    "release_id": "92f17814-57bb-4c9b-8948-fee1f0677472",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1990-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}