Information about plays

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

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

{
    "id": 1256662,
    "uri": "https://api.kexp.org/v2/plays/1256662/?format=api",
    "airdate": "2007-07-19T19:57:55-07:00",
    "show": 22007,
    "show_uri": "https://api.kexp.org/v2/shows/22007/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out on the Vine",
    "track_id": "90a1ade2-d8ff-4d42-a858-d3e097706a86",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Noble Creatures",
    "release_id": "3ecfda55-baab-4df4-bf95-649559f80344",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}