Information about plays

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

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

{
    "id": 2680504,
    "uri": "https://api.kexp.org/v2/plays/2680504/?format=api",
    "airdate": "2019-12-31T18:40:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gangnam Style",
    "track_id": null,
    "recording_id": null,
    "artist": "PSY",
    "artist_ids": [
        "f99b7d67-4e63-4678-aa66-4c6ac0f7d24a"
    ],
    "album": "Gangnam Style",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "PSY a South Korean singer and rapper. Originally known in his country as a controversial and satirical hip-hop artist, he achieved international fame in 2012 with the music video to his humourous pop song “Gangnam Style,” which became the first video to have more than one billion views on YouTube.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}