Information about plays

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

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

{
    "id": 350460,
    "uri": "https://api.kexp.org/v2/plays/350460/?format=api",
    "airdate": "2019-07-05T13:22:16-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stranger Danger",
    "track_id": "91b2ecd0-6fbe-4d8c-afc2-bcbc2d7d3367",
    "recording_id": null,
    "artist": "jk",
    "artist_ids": [
        "a42fa532-2074-46a6-9dbe-d61de934cfcc"
    ],
    "album": "Oddy Pop",
    "release_id": "c9d13145-9e7a-45cb-8f5e-6ab36d96ce21",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "jk is the new Idaho-based project of former Feral Children singer/songwriter Jeff Keenan. His debut album under that name is a strong set of psych-tinged synth-pop with buoyant beats and sunny melodies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}