Information about plays

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

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

{
    "id": 375072,
    "uri": "https://api.kexp.org/v2/plays/375072/?format=api",
    "airdate": "2019-09-01T02:47:09-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Would You Need Me",
    "track_id": "93d23685-fcc8-46a0-8a3d-69f1baf5463a",
    "recording_id": null,
    "artist": "Chong the Nomad feat.Claudine Magbag",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Would You Need Me",
    "release_id": "42d6bdf7-5f5e-48ab-928b-78c747a0007c",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Keep up to date with local artist Chong the Nomad on their Soundcloud https://soundcloud.com/chongsongs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}