Information about plays

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

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

{
    "id": 2681438,
    "uri": "https://api.kexp.org/v2/plays/2681438/?format=api",
    "airdate": "2020-01-03T00:44:35-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wapo Traketero",
    "track_id": "18fe1857-01cf-43ee-94f7-832bfe51556f",
    "recording_id": null,
    "artist": "Nicki Nicole",
    "artist_ids": [
        "c1a07a33-72c3-4f2d-801a-37c57923daf5"
    ],
    "album": "Wapo Traketero",
    "release_id": "7e4b8570-bfda-4a6b-9b51-f5f033d9f06d",
    "release_group_id": null,
    "labels": [
        "DALE PLAY Records"
    ],
    "label_ids": [
        "7b3e8dbe-6489-40b0-b271-02814dcfd2b4"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nicki Nicole, a singer and songwriter from Argentina. She rose to fame when she was 19, following collaboration she did with Bizarrap, which was released in 2019 and became a viral phenomenon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}