Information about plays

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

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

{
    "id": 343263,
    "uri": "https://api.kexp.org/v2/plays/343263/?format=api",
    "airdate": "2019-06-19T02:22:23-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crystal River",
    "track_id": "31632c10-e1b3-4100-afd8-5b95f0bcfd51",
    "recording_id": null,
    "artist": "Tourist Activities",
    "artist_ids": [
        "807df0a3-2391-4adf-a814-ce080ddc00a0"
    ],
    "album": "Off My Mind",
    "release_id": "b1eab097-9fdd-44b4-80b6-ed9d9433ba97",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "local band out of Seattle, according to their Bandcamp. \"Tourist Activities began as a two-piece composing winsome pop songs. Accompanied only by a drum machine, songwriter/guitarist Bailey Melton and guitarist Kell Jacobson recorded a lo-fi demo in their apartment before seeking out other members.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}