Information about plays

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

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

{
    "id": 2678402,
    "uri": "https://api.kexp.org/v2/plays/2678402/?format=api",
    "airdate": "2019-12-26T14:25:04-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef20b5b0-84cf-414b-9149-91589696c0e1/19233891516-250.jpg",
    "thumbnail_uri": "",
    "song": "Dream State",
    "track_id": "d6acf302-6e73-48d2-8d02-adc1104be92f",
    "recording_id": null,
    "artist": "Son Lux",
    "artist_ids": [
        "afcd292c-3c1e-4708-af4a-991aadf957e4"
    ],
    "album": "Brighter Wounds",
    "release_id": "ef20b5b0-84cf-414b-9149-91589696c0e1",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2018-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official lyric video for this lovely song: https://www.youtube.com/watch?v=AjjlABP5t1Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}