Information about plays

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

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

{
    "id": 375956,
    "uri": "https://api.kexp.org/v2/plays/375956/?format=api",
    "airdate": "2019-09-03T10:04:55-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Run",
    "track_id": "f7c0bf65-9df0-458d-bcae-181beb841adc",
    "recording_id": null,
    "artist": "Tanika Charles",
    "artist_ids": [
        "fe27a4d0-a7ff-4784-94e9-02d8363175af"
    ],
    "album": "Soul Run",
    "release_id": "5e29feca-8cbf-47d9-8f20-c0583f0bbf98",
    "release_group_id": null,
    "labels": [
        "Record Kicks"
    ],
    "label_ids": [
        "4bec8322-9493-426d-924a-cfa2f79a95ec"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I make a mess every place I go...\nHa! Ha! Why should here be different...\"  Watch the official video for Tanika Charles' \"Soul Run\":  https://www.youtube.com/watch?v=XMkmBGrOy9g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}